Merge pull request #282600 from mfrw/mfrw/cargo-binstall-1.6.1

cargo-binstall: 1.5.0 -> 1.6.1
This commit is contained in:
figsoda 2024-02-01 00:32:33 -05:00 committed by GitHub
commit 08428aa2b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-binstall";
version = "1.5.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "cargo-bins";
repo = "cargo-binstall";
rev = "v${version}";
hash = "sha256-QPUZnqELncUCfm995NN0hYDGFZcKrYXskZIaN2ZRtzk=";
hash = "sha256-KfzINyLxX07CDCP5wkBwl8bAf4x9AVTl6NiGjGZ7nFg=";
};
cargoHash = "sha256-85r0jDBuvfrJq776MSbQT6w60/xWQkC9zLmZwjdanCk=";
cargoHash = "sha256-8Fwgs+pP2p5IqLXnFrPT+oOCRjyMIhQa+f63LA4aUOw=";
nativeBuildInputs = [
pkg-config