cargo-mommy: 0.2.0 -> 0.3.1

This commit is contained in:
Sophie Tauchert 2023-11-13 08:44:18 +01:00
parent f361ec7705
commit 3cc61163d1
No known key found for this signature in database
GPG key ID: 52701DE5F5F51125

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-mommy"; pname = "cargo-mommy";
version = "0.2.0"; version = "0.3.1";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-/f6jHXwUJqAlqmVvvxfB4tvKkYwCmqI8GgPBHf5Qg1E="; hash = "sha256-2WR6xUYL/bLgZlI4ADbPAtdLq0y4MoVP8Loxdu/58Wc=";
}; };
cargoSha256 = "sha256-hj6oRuTlCxGq5SosVBkVwrG0Sgv5iDz5naCXPueYFqM="; cargoHash = "sha256-iQt6eTCcpzhFnrDkUmT4x7JX+Z7fWdW5ovbB/9Ui7Sw=";
meta = with lib; { meta = with lib; {
description = "Cargo wrapper that encourages you after running commands"; description = "Cargo wrapper that encourages you after running commands";