From 0604e31899c685ba8901d7df80b6e078de97f187 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Sat, 24 Aug 2024 02:46:08 -0400 Subject: [PATCH] bats-extras: 2024.02.12 -> 2024.07.10 fix #334634 --- 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 c98e846b953c..00ef24a19e43 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 = "2024.02.12"; + version = "2024.07.10"; src = fetchFromGitHub { owner = "eth-p"; repo = "bat-extras"; rev = "v${version}"; - hash = "sha256-EPDGQkwwxYFTJPJtwSkVrpBf27+VlMd/nqEkJupHlyA="; + hash = "sha256-6IRAKSy5f/WcQZBcJKVSweTjHLznzdxhsyx074bXnUQ="; fetchSubmodules = true; };