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

cargo-mommy: 0.1.1 -> 0.2
This commit is contained in:
Nick Cao
2023-11-11 09:21:31 -05:00
committed by GitHub
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-mommy";
version = "0.1.1";
version = "0.2.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-p1SAYUQu1HpYJ6TbLJ3lfA9VlKHvB7z5yiFXmTQOCXA=";
sha256 = "sha256-/f6jHXwUJqAlqmVvvxfB4tvKkYwCmqI8GgPBHf5Qg1E=";
};
cargoSha256 = "sha256-5RidY+6EF23UNzz1suSdA4LL59FalipaJ+ISSsmiCXM=";
cargoSha256 = "sha256-hj6oRuTlCxGq5SosVBkVwrG0Sgv5iDz5naCXPueYFqM=";
meta = with lib; {
description = "Cargo wrapper that encourages you after running commands";