Merge pull request #119689 from bbigras/bat-extras

bat-extras: 20200515-dev -> 2021.04.06

authored by

Vladyslav M and committed by
GitHub
715214fa a03f3181

+3 -5
+3 -5
pkgs/tools/misc/bat-extras/default.nix
··· 21 # This includes the complete source so the per-script derivations can run the tests. 22 core = stdenv.mkDerivation rec { 23 pname = "bat-extras"; 24 - # there hasn't been a release since 2020-05-01 but there are important bugfixes 25 - # to the test suite so we'll pull the latest commit as of 2020-06-17. 26 - version = "20200515-dev"; # latest commit was dated 2020-05-15 27 28 src = fetchFromGitHub { 29 owner = "eth-p"; 30 repo = pname; 31 - rev = "3029b6749f61f7514e9eef30e035cfab0e31eb1d"; 32 - sha256 = "08mb94k2n182ql97c5s5j1v7np25ivynn5g0418whrx11ra41wr7"; 33 fetchSubmodules = true; 34 }; 35
··· 21 # This includes the complete source so the per-script derivations can run the tests. 22 core = stdenv.mkDerivation rec { 23 pname = "bat-extras"; 24 + version = "2021.04.06"; 25 26 src = fetchFromGitHub { 27 owner = "eth-p"; 28 repo = pname; 29 + rev = "v${version}"; 30 + sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo="; 31 fetchSubmodules = true; 32 }; 33