Unverified Commit c4a132e4 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

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

cargo-mommy: 0.2.0 -> 0.3.1
parents cc2c738a 3cc61163
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";