From de0efefeb1797782a0c4e47af1981a8dae97a4c5 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 28 Sep 2023 22:31:32 -0400 Subject: [PATCH] cargo-binstall: 1.4.1 -> 1.4.2 Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.4.1...v1.4.2 Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.2 --- 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 1c6a835da8c4..177029648f12 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.1"; + version = "1.4.2"; src = fetchFromGitHub { owner = "cargo-bins"; repo = "cargo-binstall"; rev = "v${version}"; - hash = "sha256-FO8Kh2mzHyofLX/9RCzIZIbnf3G/vZui0+NSwjmHCOY="; + hash = "sha256-x+fjngKdSS3ujWs2FbdcRSLi99wEuhi3f7uf7wEAvY8="; }; - cargoHash = "sha256-pOsmgMvYIQMf0vLXqyNdAhOLMFbn7WpFUiA0CfLz8Io="; + cargoHash = "sha256-p/O8v08GjccJGMTvSdAFgOZAMG9jjXmvlJykzyne84w="; nativeBuildInputs = [ pkg-config