summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-25 05:16:22 +0000
committerYt <raphael@megzari.com>2022-04-26 21:54:34 -0400
commitc425aa4989502c9dcafdd570ad1dbe89a2976587 (patch)
treebce46de634dd02719a2aa0097a5f701aad326819
parentMerge pull request #170446 from Kiskae/patch-2 (diff)
downloadnixpkgs-c425aa4989502c9dcafdd570ad1dbe89a2976587.tar.gz
cargo-make: 0.35.10 -> 0.35.11
-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 2e2ff56fd050..46738f7cf45e 100644
--- a/pkgs/development/tools/rust/cargo-make/default.nix
+++ b/pkgs/development/tools/rust/cargo-make/default.nix
@@ -13,11 +13,11 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-make";
- version = "0.35.10";
+ version = "0.35.11";
src = fetchCrate {
inherit pname version;
- sha256 = "sha256-l34sThvzhAW8VfxVuv+UGVil7yOvsOiWSqr/N91V8C8=";
+ sha256 = "sha256-NzhEXt0z+0/6F3pgGmQwjnexBA2icWV3dCifZ8BxnOQ=";
};
nativeBuildInputs = [ pkg-config ];
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ];
- cargoSha256 = "sha256-974Gqtv+g32iHrIqIzqwBsE8frzmjF0Ma/hSMGzMaGs=";
+ cargoSha256 = "sha256-+FGl0JhaRu+KLQJGAcMXv9vP6pmRzdTDtNA3h6A1jcY=";
# Some tests fail because they need network access.
# However, Travis ensures a proper build.