Skip to content

Commit

Permalink
bat-extras: 2021.04.06 -> 2023.03.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Mar 21, 2023
1 parent d5a71a4 commit 5f59047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/bat-extras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2021.04.06";
version = "2023.03.21";

src = fetchFromGitHub {
owner = "eth-p";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MphI2n+oHZrw8bPohNGeGdST5LS1c6s/rKqtpcR9cLo=";
sha256 = "sha256-0Ged4qBeGi0p29unXrnQjoxWc6Fcl2oJThxkfL+t50A=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 5f59047

Please sign in to comment.