Merge pull request #288611 from tarneaux/update-bat-extras

bat-extras: 2023.06.15 -> 2024.02.12
This commit is contained in:
Pol Dellaiera
2024-02-17 19:12:57 +01:00
committed by GitHub
+3 -3
View File
@@ -28,13 +28,13 @@ let
# This includes the complete source so the per-script derivations can run the tests.
core = stdenv.mkDerivation rec {
pname = "bat-extras";
version = "2023.06.15";
version = "2024.02.12";
src = fetchFromGitHub {
owner = "eth-p";
repo = pname;
repo = "bat-extras";
rev = "v${version}";
sha256 = "sha256-dBrnUIG3EuEgDZBbzrspP5UReiUKjrMSYIe5QtZ0/tU=";
hash = "sha256-EPDGQkwwxYFTJPJtwSkVrpBf27+VlMd/nqEkJupHlyA=";
fetchSubmodules = true;
};