cargo-binstall: 1.14.3 -> 1.15.3

(cherry picked from commit 302764d710)
This commit is contained in:
R. Ryantm
2025-09-02 02:38:29 +00:00
committed by Niklas Korz
parent 255f3d5b5a
commit 1f125dc4fe

View File

@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-binstall";
version = "1.14.3";
version = "1.15.3";
src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-mfnrj+mqDvJ5VlpZ6/AETSjDCIF0LaqPQW1yXiuTlvY=";
hash = "sha256-q8zDggvzEyK/kAgDCW98UX1VLR0+jAvHn+hSyQa99dk=";
};
cargoHash = "sha256-6RPDiTqn+yoyu3qn28bsBTHgcKnOjqT2ZXIm65AGwag=";
cargoHash = "sha256-HreVuk49FZm90XxUpkfInoSQvILOHirejf/dbx42iTI=";
nativeBuildInputs = [
pkg-config