Skip to content

Commit 5f59047

Browse files
committed
bat-extras: 2021.04.06 -> 2023.03.21
1 parent d5a71a4 commit 5f59047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/bat-extras/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ let
2828
# This includes the complete source so the per-script derivations can run the tests.
2929
core = stdenv.mkDerivation rec {
3030
pname = "bat-extras";
31-
version = "2021.04.06";
31+
version = "2023.03.21";
3232

3333
src = fetchFromGitHub {
3434
owner = "eth-p";
3535
repo = pname;
3636
rev = "v${version}";
37-
sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo=";
37+
sha256 = "sha256-0Ged4qBeGi0p29unXrnQjoxWc6Fcl2oJThxkfL+t50A=";
3838
fetchSubmodules = true;
3939
};
4040

0 commit comments

Comments
 (0)