Merge pull request #266791 from GoldsteinE/cargo-mommy-0.2

cargo-mommy: 0.1.1 -> 0.2

authored by

Nick Cao and committed by
GitHub
0c5d5236 a4870a06

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-mommy/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-mommy"; 5 - version = "0.1.1"; 5 + version = "0.2.0"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-p1SAYUQu1HpYJ6TbLJ3lfA9VlKHvB7z5yiFXmTQOCXA="; 9 + sha256 = "sha256-/f6jHXwUJqAlqmVvvxfB4tvKkYwCmqI8GgPBHf5Qg1E="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-5RidY+6EF23UNzz1suSdA4LL59FalipaJ+ISSsmiCXM="; 12 + cargoSha256 = "sha256-hj6oRuTlCxGq5SosVBkVwrG0Sgv5iDz5naCXPueYFqM="; 13 13 14 14 meta = with lib; { 15 15 description = "Cargo wrapper that encourages you after running commands";