cargo-binstall: 1.12.7 -> 1.14.1

This commit is contained in:
R. Ryantm 2025-06-29 11:56:13 +00:00
parent c7327b1796
commit b437d80d82

View File

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-binstall";
version = "1.12.7";
version = "1.14.1";
src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-DPCVVd9RwU+hJ8ObIq003HsP5EuIt366eviHiFPWiPM=";
hash = "sha256-E+Vyup0HNDbHVQ43Dq5U77TxXqDRSPAs0Kw0RsvEggs=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-40sv+jPyRlc+IwLHXkRUitNc0dUNml1m/4+xf81qup0=";
cargoHash = "sha256-VsgiD/k6Kd02t3HnXax9GdvPsymTOBjvdJivpoGxrXc=";
nativeBuildInputs = [
pkg-config