Merge pull request #267163 from 999eagle/update/cargo-mommy

cargo-mommy: 0.2.0 -> 0.3.1
This commit is contained in:
Emily Trau
2023-11-23 01:12:30 +11:00
committed by GitHub
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-mommy";
version = "0.2.0";
version = "0.3.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-/f6jHXwUJqAlqmVvvxfB4tvKkYwCmqI8GgPBHf5Qg1E=";
hash = "sha256-2WR6xUYL/bLgZlI4ADbPAtdLq0y4MoVP8Loxdu/58Wc=";
};
cargoSha256 = "sha256-hj6oRuTlCxGq5SosVBkVwrG0Sgv5iDz5naCXPueYFqM=";
cargoHash = "sha256-iQt6eTCcpzhFnrDkUmT4x7JX+Z7fWdW5ovbB/9Ui7Sw=";
meta = with lib; {
description = "Cargo wrapper that encourages you after running commands";