summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-10-06 10:28:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-10-06 10:28:45 +0000
commit8f7578348f63f581fadaf352459e68d14184acae (patch)
treec1cbe2c06e6dcc30bd9ad6d6a8296693039e5a5b
parentpython312Packages.ambee: drop (#346566) (diff)
downloadnixpkgs-8f7578348f63f581fadaf352459e68d14184acae.tar.gz
cargo-binstall: 1.10.5 -> 1.10.7
-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 f7b24266123f..eb6d5bff0026 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.10.5";
+ version = "1.10.7";
src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
- hash = "sha256-VhmyfGVO1rDcorOznovkUu0GHgUSwKHhk/3jqg1pDZk=";
+ hash = "sha256-bQYKOo11zVIXNHdoD60oEdzSSYeLKppPJBen6wdrXq8=";
};
- cargoHash = "sha256-rgr++LD6YsTlrxKmNRtn2gdT5a1ul6A5UrXgKmpWC7w=";
+ cargoHash = "sha256-Tr++ui715adP1taqj+Sms2yO3hF5SZl7zCrAkPYlSdY=";
nativeBuildInputs = [
pkg-config