mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +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 {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-binstall";
|
pname = "cargo-binstall";
|
||||||
version = "0.21.3";
|
version = "0.22.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cargo-bins";
|
owner = "cargo-bins";
|
||||||
repo = "cargo-binstall";
|
repo = "cargo-binstall";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-K4NerJSW3ckXMFFnFCMXIqMeevE3Xzr/Wsz9nloolBI=";
|
hash = "sha256-jY5mIbrcX2B0D6ezi1k0mcRAmrSPIoebJFHn3lZ2t9w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-YSKnfhSZ885evtEK40QTt90RwtH03aO/aJ6A/DddoVU=";
|
cargoHash = "sha256-+O/+zsiG0wyNKp/2TP5I8EPMf6YPT8VtCD4BXI76J7Q=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -43,6 +43,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
"zstd-thin"
|
"zstd-thin"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
cargoBuildFlags = [ "-p" "cargo-binstall" ];
|
||||||
|
cargoTestFlags = [ "-p" "cargo-binstall" ];
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# requires internet access
|
# requires internet access
|
||||||
"--skip=download::test::test_and_extract"
|
"--skip=download::test::test_and_extract"
|
||||||
|
Loading…
Reference in New Issue
Block a user