From 5f590477ec8495796f4291988b8f8d7b180d49e2 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 21 Mar 2023 13:27:11 -0400 Subject: [PATCH] bat-extras: 2021.04.06 -> 2023.03.21 --- pkgs/tools/misc/bat-extras/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/bat-extras/default.nix b/pkgs/tools/misc/bat-extras/default.nix index 791c6dbb05be..7c67a5a1b5b0 100644 --- a/pkgs/tools/misc/bat-extras/default.nix +++ b/pkgs/tools/misc/bat-extras/default.nix @@ -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; };