From 1494f07bc7a046bec09ec4387cdf8f05a6c7eedc Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 26 Sep 2023 20:28:49 -0400 Subject: [PATCH] cargo-binstall: 1.4.0 -> 1.4.1 Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.4.0...v1.4.1 Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.1 --- 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 fda16c6bb81f..1c6a835da8c4 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.0"; + version = "1.4.1"; src = fetchFromGitHub { owner = "cargo-bins"; repo = "cargo-binstall"; rev = "v${version}"; - hash = "sha256-viy7C9ZMUJoAdIwOBvogkiTApTrD3X9cEOqPtfksjOA="; + hash = "sha256-FO8Kh2mzHyofLX/9RCzIZIbnf3G/vZui0+NSwjmHCOY="; }; - cargoHash = "sha256-hH2P2hpQji4n7LidNionkEYHcDpU4qP23ScQLsy92Nw="; + cargoHash = "sha256-pOsmgMvYIQMf0vLXqyNdAhOLMFbn7WpFUiA0CfLz8Io="; nativeBuildInputs = [ pkg-config