Merge pull request #98363 from jbedo/mosdepth

mosdepth: 0.2.9 -> 0.3.1
This commit is contained in:
Sandro 2020-11-25 23:55:47 +01:00 committed by GitHub
commit d8b570e6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "mosdepth"; pname = "mosdepth";
version = "0.2.9"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "brentp"; owner = "brentp";
repo = "mosdepth"; repo = "mosdepth";
rev = "v${version}"; rev = "v${version}";
sha256 = "01gm9gj2x2zs4yx6wk761fi1papi7qr3gp4ln1kkn8n2f9y9h849"; sha256 = "1kcrvamrafz1m0s7mlbhaay8jyg97l1w37p6syl36r2m1plmwxjd";
}; };
nativeBuildInputs = [ nim ]; nativeBuildInputs = [ nim ];