cargo-sweep: fix cargoSha256
This commit is contained in:
parent
9ee1763cb6
commit
b6769b6876
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "1zp0x0jy5bjqbxawlwvpj6vb3y602mnh19p48rw70kdx6vripbvj";
|
||||
};
|
||||
|
||||
cargoSha256 = "06hx8mlqarjnqrprwdp80cmanmacg3xz62r1bbn27pn60xv719hn";
|
||||
cargoSha256 = "1j5i4gp5mspgb8l6a25lqlyr5c16pchbh3g3yn8h1qlxj8g2vgnh";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";
|
||||
|
|
Loading…
Reference in a new issue