cargo-mommy: 0.1.1 -> 0.2

This commit is contained in:
Goldstein
2023-11-11 09:42:29 +03:00
parent 17983f679a
commit a6049384ab
@@ -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";