about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-26 09:28:39 -0400
committerfigsoda <figsoda@pm.me>2023-09-26 09:28:39 -0400
commit57959fa863034e1ceea2226da17244b82775535c (patch)
treeeb822eac350931c518164bff120635e3873e9ea0 /pkgs/development/tools/rust
parentaa3bb962bc339281f6c84da2e708fb8b389f732e (diff)
downloadnixlib-57959fa863034e1ceea2226da17244b82775535c.tar
nixlib-57959fa863034e1ceea2226da17244b82775535c.tar.gz
nixlib-57959fa863034e1ceea2226da17244b82775535c.tar.bz2
nixlib-57959fa863034e1ceea2226da17244b82775535c.tar.lz
nixlib-57959fa863034e1ceea2226da17244b82775535c.tar.xz
nixlib-57959fa863034e1ceea2226da17244b82775535c.tar.zst
nixlib-57959fa863034e1ceea2226da17244b82775535c.zip
cargo-binstall: 1.3.1 -> 1.4.0
Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.3.1...v1.4.0

Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.0
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-binstall/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-binstall/default.nix b/pkgs/development/tools/rust/cargo-binstall/default.nix
index c7d450fb390a..fda16c6bb81f 100644
--- a/pkgs/development/tools/rust/cargo-binstall/default.nix
+++ b/pkgs/development/tools/rust/cargo-binstall/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-binstall";
-  version = "1.3.1";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "cargo-bins";
     repo = "cargo-binstall";
     rev = "v${version}";
-    hash = "sha256-BuJpxsB7tF/MSF8g17cHOyHIwbd2JmlQYe1uG9qJGt8=";
+    hash = "sha256-viy7C9ZMUJoAdIwOBvogkiTApTrD3X9cEOqPtfksjOA=";
   };
 
-  cargoHash = "sha256-H+svFw/JEYB8fbmX/5WWGb7qQnm1WBNCuqgJZYDWD00=";
+  cargoHash = "sha256-hH2P2hpQji4n7LidNionkEYHcDpU4qP23ScQLsy92Nw=";
 
   nativeBuildInputs = [
     pkg-config