···2121 # This includes the complete source so the per-script derivations can run the tests.
2222 core = stdenv.mkDerivation rec {
2323 pname = "bat-extras";
2424- # there hasn't been a release since 2020-05-01 but there are important bugfixes
2525- # to the test suite so we'll pull the latest commit as of 2020-06-17.
2626- version = "20200515-dev"; # latest commit was dated 2020-05-15
2424+ version = "2021.04.06";
27252826 src = fetchFromGitHub {
2927 owner = "eth-p";
3028 repo = pname;
3131- rev = "3029b6749f61f7514e9eef30e035cfab0e31eb1d";
3232- sha256 = "08mb94k2n182ql97c5s5j1v7np25ivynn5g0418whrx11ra41wr7";
2929+ rev = "v${version}";
3030+ sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo=";
3331 fetchSubmodules = true;
3432 };
3533