about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-04-22 22:33:32 +0200
committerGitHub <noreply@github.com>2021-04-22 22:33:32 +0200
commitae6d176db3a38933e8e0be59f50b5d5bfb8a1c91 (patch)
tree8fcac90e363df8329c2049efe7584e761b0fb143
parentc3870f2bb5d1f631d7f6b31d744f25272c9a4dd7 (diff)
parent9c72b0769b80aa1d56ebbcabd0fd10a245ec664e (diff)
downloadnixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.tar
nixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.tar.gz
nixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.tar.bz2
nixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.tar.lz
nixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.tar.xz
nixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.tar.zst
nixlib-ae6d176db3a38933e8e0be59f50b5d5bfb8a1c91.zip
Merge pull request #120160 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.16 -> 0.32.17
-rw-r--r--pkgs/development/tools/rust/cargo-make/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-make/default.nix b/pkgs/development/tools/rust/cargo-make/default.nix
index 54eead5d2a6e..f57cf489f2de 100644
--- a/pkgs/development/tools/rust/cargo-make/default.nix
+++ b/pkgs/development/tools/rust/cargo-make/default.nix
@@ -4,11 +4,11 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-make";
-  version = "0.32.16";
+  version = "0.32.17";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-FrrQcZHy5WjNYCod2TBWVAj4clNWPLWLIR2/Kvkz4q0=";
+    sha256 = "sha256-D/8fjJIyHCRzkomRsYUnGjDMCusjNX8ZYmLjowCYgcM=";
   };
 
   nativeBuildInputs = [ pkg-config ];
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ]
     ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
 
-  cargoSha256 = "sha256-QEHl/Hhug0Ua/SZV0iq1jc6QGGxA1NwheEgGBZRYunI=";
+  cargoSha256 = "sha256-Upegh3W31sTaXl0iHZ3HiYs9urgXH/XhC0vQBAWvDIc=";
 
   # Some tests fail because they need network access.
   # However, Travis ensures a proper build.