mosdepth: 0.2.9 -> 0.3.1
This commit is contained in:
parent
703f052de1
commit
634927a402
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue