deadnix: 0.1.5 -> 0.1.6
This commit is contained in:
parent
0725c07445
commit
90bb712969
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "deadnix";
|
pname = "deadnix";
|
||||||
version = "0.1.5";
|
version = "0.1.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "astro";
|
owner = "astro";
|
||||||
repo = "deadnix";
|
repo = "deadnix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fyagp6m6adwfcisi1zvs5dflcvrmpx4q1fr8pqzb93zv4m3ar84";
|
sha256 = "sha256-a3zEPblkvj9cjGEQB6LKqB+h8C2df7p+IgkwqsUptmY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "102akpvs2hvf5hl9rh5cspxzqly68wk7qhx0g1zhfp1ka58gnr4p";
|
cargoSha256 = "sha256-zMVXl7kJEavv5zfSm0bTYtd8J3j/LtY3ikPUK2hod+E=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Find and remove unused code in .nix source files";
|
description = "Find and remove unused code in .nix source files";
|
||||||
|
|
Loading…
Reference in a new issue