Unverified Commit 73270c64 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #288611 from tarneaux/update-bat-extras

bat-extras: 2023.06.15 -> 2024.02.12
parents 0fc652c0 92d048ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = "2023.06.15";
    version = "2024.02.12";

    src = fetchFromGitHub {
      owner  = "eth-p";
      repo   = pname;
      repo   = "bat-extras";
      rev    = "v${version}";
      sha256 = "sha256-dBrnUIG3EuEgDZBbzrspP5UReiUKjrMSYIe5QtZ0/tU=";
      hash   = "sha256-EPDGQkwwxYFTJPJtwSkVrpBf27+VlMd/nqEkJupHlyA=";
      fetchSubmodules = true;
    };