about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-22 20:57:21 -0500
committerGitHub <noreply@github.com>2023-04-22 20:57:21 -0500
commit7fead4ed816f3821401d5ab23f334d1e172a921d (patch)
tree899be0d345a1091d9c72414e8d904a907789c6b1 /pkgs/development
parent0c1a357941aee943f72a8a61743c938729b17d8f (diff)
parentfcafb3938f1960fc2440614c43dd1bf9fd4fcda2 (diff)
Merge pull request #227658 from figsoda/careful
cargo-careful: 0.2.4 -> 0.3.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/rust/cargo-careful/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-careful/default.nix b/pkgs/development/tools/rust/cargo-careful/default.nix
index ae3e0f1631533..5e8d5c504f735 100644
--- a/pkgs/development/tools/rust/cargo-careful/default.nix
+++ b/pkgs/development/tools/rust/cargo-careful/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-careful";
-  version = "0.2.4";
+  version = "0.3.2";
 
   src = fetchFromGitHub {
     owner = "RalfJung";
     repo = "cargo-careful";
     rev = "v${version}";
-    hash = "sha256-kKF/Fp6RCF9PUdgqeo2e4vLVhl8+5M4oa0Q18ZdXJRc=";
+    hash = "sha256-+rj9f4uCNDWwX+0Dsr7dwoeQunvsniG61+W9ehs0KDY=";
   };
 
-  cargoHash = "sha256-rhTi4rHfU+ZgNAMXSX7r5k3NfMUPNjHIUDs6FzeqcWk=";
+  cargoHash = "sha256-dxb+euJ5PCdDjfne+iUTgsdOSt2HLiItHrVwHx4588c=";
 
   meta = with lib; {
     description = "A tool to execute Rust code carefully, with extra checking along the way";