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