mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
just: 0.6.0 -> 0.7.1
This commit is contained in:
parent
a8a0dfa047
commit
4973d19644
|
@ -2,16 +2,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "just";
|
||||
version = "0.6.0";
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "casey";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1sl235wr4fdsw0f0x7jynv6ljhvgis4d87xzpvjzajhdaappdp8d";
|
||||
sha256 = "07fjixz8y5rxfwpyr1kiimnn27jhc20gacd17i0yvfcpy5qf8z5p";
|
||||
};
|
||||
|
||||
cargoSha256 = "0k3aqwvdm95403s279gkksklnikgyjpf5qvngsvsrm5xqda438jk";
|
||||
cargoSha256 = "1zn0kiqi8p25lscjd661gczay631nwzadl36cfzqnbww6blayy1j";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
|
@ -40,16 +40,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
# Skip "edit" when running "cargo test",
|
||||
# since this test case needs "cat".
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
echo "Running cargo test --
|
||||
--skip edit
|
||||
''${checkFlags} ''${checkFlagsArray+''${checkFlagsArray[@]}}"
|
||||
cargo test -- \
|
||||
--skip edit \
|
||||
''${checkFlags} ''${checkFlagsArray+"''${checkFlagsArray[@]}"}
|
||||
runHook postCheck
|
||||
'';
|
||||
checkFlagsArray = [ "--skip=edit" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A handy way to save and run project-specific commands";
|
||||
|
|
Loading…
Reference in a new issue