summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-make/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-18 12:02:39 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-18 12:02:39 +0000
commit04f67666991d1d88f616a7c3a115dcd83b6a5b76 (patch)
tree408d38fe0ef8ce2a4f77d1ffd0f1f4503da30f7c /pkgs/development/tools/rust/cargo-make/default.nix
parentef2abc20bc08546fa4dc55a14dab96a3d3f62981 (diff)
downloadnixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.tar
nixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.tar.gz
nixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.tar.bz2
nixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.tar.lz
nixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.tar.xz
nixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.tar.zst
nixpkgs-04f67666991d1d88f616a7c3a115dcd83b6a5b76.zip
cargo-make: 0.32.9 -> 0.32.10
Diffstat (limited to 'pkgs/development/tools/rust/cargo-make/default.nix')
-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 e10590f5e59..c90761309e6 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.9";
+  version = "0.32.10";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "0f6avprq0d65v5fk3kn2kvw3w024f21yq6v8y7d9rbwqxxf87jlf";
+    sha256 = "sha256-cDpEFw9uICB/4aZheTWwDqYGjLz+C6gLie/S3ehhifg=";
   };
 
   nativeBuildInputs = [ pkg-config ];
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
   buildInputs = [ openssl ]
     ++ stdenv.lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
 
-  cargoSha256 = "0v0657hh8ivqaq4sn0saaiz06shxavhrh9mksjlzj7c2ym6cxkih";
+  cargoSha256 = "sha256-Qh14lks72bsetwyv0ALF7nZo3m3FDEmVxzFkHJoEuzE=";
 
   # Some tests fail because they need network access.
   # However, Travis ensures a proper build.