From 517da6a94abf564ee0251cb5e0516dae55f6fc34 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 26 May 2023 22:18:04 -0400 Subject: [PATCH] cargo-binstall: 0.23.0 -> 0.23.1 Diff: https://github.com/cargo-bins/cargo-binstall/compare/v0.23.0...v0.23.1 Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v0.23.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 6c972a68a563..dabfff611afb 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 = "0.23.0"; + version = "0.23.1"; src = fetchFromGitHub { owner = "cargo-bins"; repo = "cargo-binstall"; rev = "v${version}"; - hash = "sha256-PB7EZMJ9wXVneLTc8wiZVxeyE/XybuwUvcVkN6q04lo="; + hash = "sha256-Dpo/J6FTW95rODWeIqD+8YnN4dt5yhLPxoezA1CTM4A="; }; - cargoHash = "sha256-SxQSzY31m3eTDO38jRpvzwmV9d6puIZ3DwBlC2Zb4b0="; + cargoHash = "sha256-Nc/kdrLsAooM41pwlkZ3zWsLvFlnxHG/2ZQhPsEyPkI="; nativeBuildInputs = [ pkg-config