bat-extras: 2021.04.06 -> 2023.03.21

This commit is contained in:
Bruno Bigras 2023-03-21 13:27:11 -04:00
parent d5a71a4f97
commit 5f590477ec

View file

@ -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 = "2021.04.06"; version = "2023.03.21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eth-p"; owner = "eth-p";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo="; sha256 = "sha256-0Ged4qBeGi0p29unXrnQjoxWc6Fcl2oJThxkfL+t50A=";
fetchSubmodules = true; fetchSubmodules = true;
}; };