We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a71a4 commit 5f59047Copy full SHA for 5f59047
1 file changed
pkgs/tools/misc/bat-extras/default.nix
@@ -28,13 +28,13 @@ let
28
# This includes the complete source so the per-script derivations can run the tests.
29
core = stdenv.mkDerivation rec {
30
pname = "bat-extras";
31
- version = "2021.04.06";
+ version = "2023.03.21";
32
33
src = fetchFromGitHub {
34
owner = "eth-p";
35
repo = pname;
36
rev = "v${version}";
37
- sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo=";
+ sha256 = "sha256-0Ged4qBeGi0p29unXrnQjoxWc6Fcl2oJThxkfL+t50A=";
38
fetchSubmodules = true;
39
};
40
0 commit comments