summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-13 08:37:09 -0500
committerGitHub <noreply@github.com>2023-11-13 08:37:09 -0500
commit25116fd3e2c6fad24f9ab1d33fdb35c1efd953ea (patch)
tree67081b10cb0d48f052ce1a862246d37b7967219e
parenta18e4aaff8afa82cc225cb9e18951529e0ea4bc4 (diff)
parentb95bcba22ab5b881e3c9df3fa5af2612f729eb92 (diff)
Merge pull request #267183 from r-ryantm/auto-update/cargo-binstall
cargo-binstall: 1.4.4 -> 1.4.5
-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 a635e8dbd8cb..74b5a5dd3a4d 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.4.4";
+ version = "1.4.5";
src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
- hash = "sha256-OgC8s9xFKsm2Q2V3Y0jodp521IQixJxeCn27zT8Uv4U=";
+ hash = "sha256-OVtSvlmMRngxhUeq4u+exVc7WQUqBnksDpb8esbly9Y=";
};
- cargoHash = "sha256-2Uh2H4HdmlHNLCsTQzbsgDkPnKRpMkopfTyLHIsUbKY=";
+ cargoHash = "sha256-3OuyN+nm2t+LH8lue3xYoBQp7OYjzhDbnc2LCGqFJgY=";
nativeBuildInputs = [
pkg-config