Merge pull request #243273 from shihanng/bat-extras-update
bat-extras: 2023.03.21 -> 2023.06.15
This commit is contained in:
commit
3f71727d80
@ -28,13 +28,13 @@ let
|
|||||||
# This includes the complete source so the per-script derivations can run the tests.
|
# This includes the complete source so the per-script derivations can run the tests.
|
||||||
core = stdenv.mkDerivation rec {
|
core = stdenv.mkDerivation rec {
|
||||||
pname = "bat-extras";
|
pname = "bat-extras";
|
||||||
version = "2023.03.21";
|
version = "2023.06.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eth-p";
|
owner = "eth-p";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-0Ged4qBeGi0p29unXrnQjoxWc6Fcl2oJThxkfL+t50A=";
|
sha256 = "sha256-dBrnUIG3EuEgDZBbzrspP5UReiUKjrMSYIe5QtZ0/tU=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ let
|
|||||||
dontBuild = true; # we've already built
|
dontBuild = true; # we've already built
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
nativeCheckInputs = [ bash fish zsh ] ++ (lib.optionals stdenv.isDarwin [ getconf ]);
|
nativeCheckInputs = [ bat bash fish zsh ] ++ (lib.optionals stdenv.isDarwin [ getconf ]);
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
bash ./test.sh --compiled --suite ${name}
|
bash ./test.sh --compiled --suite ${name}
|
||||||
|
Loading…
Reference in New Issue
Block a user