bat-extras: 20200515-dev -> 2021.04.06
This commit is contained in:
parent
a03f318104
commit
2a441ee408
@ -21,15 +21,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";
|
||||||
# there hasn't been a release since 2020-05-01 but there are important bugfixes
|
version = "2021.04.06";
|
||||||
# to the test suite so we'll pull the latest commit as of 2020-06-17.
|
|
||||||
version = "20200515-dev"; # latest commit was dated 2020-05-15
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eth-p";
|
owner = "eth-p";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "3029b6749f61f7514e9eef30e035cfab0e31eb1d";
|
rev = "v${version}";
|
||||||
sha256 = "08mb94k2n182ql97c5s5j1v7np25ivynn5g0418whrx11ra41wr7";
|
sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user