nix-du: 0.1.1 -> 0.1.2 (#41002)
This commit is contained in:
parent
d45e3e36f8
commit
d32e2e3063
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform, nix, boost, graphviz }:
|
{ stdenv, fetchFromGitHub, rustPlatform, nix, boost, graphviz }:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "nix-du-${version}";
|
name = "nix-du-${version}";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "symphorien";
|
owner = "symphorien";
|
||||||
repo = "nix-du";
|
repo = "nix-du";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0kxacn5qw21pp4zl6wr9wyb2mm2nlnp6mla3m5p9dm7vrm1fd1x9";
|
sha256 = "1y7ifr4c3v1494swh6akvna0d0rxjy9jw3mw2wdd6vj1xphvmimq";
|
||||||
};
|
};
|
||||||
cargoSha256 = "04c48lzi7hny3nq4ffdpvsr4dxbi32faka163fp1yc9953zdw9az";
|
cargoSha256 = "0qq7a6ncxnbjvnmly99awqrk9f3z9b55ifil7b0bn5yhk4h9sa6y";
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = true;
|
||||||
checkInputs = [ graphviz ];
|
checkInputs = [ graphviz ];
|
||||||
nativeBuildInputs = [] ++ stdenv.lib.optionals doCheck checkInputs;
|
nativeBuildInputs = [] ++ stdenv.lib.optionals doCheck checkInputs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user