mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
cargo-binstall: 0.21.3 -> 0.22.0
Diff: https://github.com/cargo-bins/cargo-binstall/compare/v0.21.3...v0.22.0 Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v0.22.0
This commit is contained in:
parent
635998af84
commit
eeae68d491
@ -11,16 +11,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-binstall";
|
||||
version = "0.21.3";
|
||||
version = "0.22.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cargo-bins";
|
||||
repo = "cargo-binstall";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-K4NerJSW3ckXMFFnFCMXIqMeevE3Xzr/Wsz9nloolBI=";
|
||||
hash = "sha256-jY5mIbrcX2B0D6ezi1k0mcRAmrSPIoebJFHn3lZ2t9w=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-YSKnfhSZ885evtEK40QTt90RwtH03aO/aJ6A/DddoVU=";
|
||||
cargoHash = "sha256-+O/+zsiG0wyNKp/2TP5I8EPMf6YPT8VtCD4BXI76J7Q=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
@ -43,6 +43,9 @@ rustPlatform.buildRustPackage rec {
|
||||
"zstd-thin"
|
||||
];
|
||||
|
||||
cargoBuildFlags = [ "-p" "cargo-binstall" ];
|
||||
cargoTestFlags = [ "-p" "cargo-binstall" ];
|
||||
|
||||
checkFlags = [
|
||||
# requires internet access
|
||||
"--skip=download::test::test_and_extract"
|
||||
|
Loading…
Reference in New Issue
Block a user