mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
commit
d8b570e6c8
@ -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 New Issue
Block a user