From 7e260e4168e7fa6b9ecbe2634d7b5b840baa268e Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Sun, 4 Feb 2024 12:35:52 +0530 Subject: [PATCH] cargo-binstall: 1.6.1 -> 1.6.2 Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.6.1...v1.6.2 Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.6.2 Signed-off-by: Muhammad Falak R Wani --- pkgs/development/tools/rust/cargo-binstall/default.nix | 6 +++--- 1 file 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 bbc02e127761..da6cbe70f51f 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.6.1"; + version = "1.6.2"; src = fetchFromGitHub { owner = "cargo-bins"; repo = "cargo-binstall"; rev = "v${version}"; - hash = "sha256-KfzINyLxX07CDCP5wkBwl8bAf4x9AVTl6NiGjGZ7nFg="; + hash = "sha256-pUxCiVOFrn6ytzxYvaaWe6uBrSwXOSoKh3DyGNUl3rM="; }; - cargoHash = "sha256-8Fwgs+pP2p5IqLXnFrPT+oOCRjyMIhQa+f63LA4aUOw="; + cargoHash = "sha256-uoDH440vmupcz1jYyz8i3dVuPt+/W0H9mBZgriAPC0w="; nativeBuildInputs = [ pkg-config