From d5d30e9c6d9d2cb6085b083692f17d3f06415adb Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 18 Jul 2023 11:14:40 -0400 Subject: [PATCH] cargo-binstall: 1.0.0 -> 1.1.0 Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.0.0...v1.1.0 Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.1.0 --- 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 ec06bdc48bcc..99cdc2513748 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.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "cargo-bins"; repo = "cargo-binstall"; rev = "v${version}"; - hash = "sha256-43AXxTuHwaNLDTDmLps/HbRvQFWyUgLQhTrxHtQCk3k="; + hash = "sha256-DcitynM43TuTGWiB8TlGuiO1ZBxyvOhxiOhuwSGIreY="; }; - cargoHash = "sha256-F26wjIsBjQ+z+sHGzE7PdYOZi7XwStlOXfbK/lpepDY="; + cargoHash = "sha256-PlIKVRqd1xyZbE34d4uzsM+YrYNOr9C24epRs4AePgE="; nativeBuildInputs = [ pkg-config