Commit 5278ca26 authored by R. RyanTM's avatar R. RyanTM
Browse files

umpire: 2023.06.0 -> 2024.02.0

parent 46a66fd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "umpire";
  version = "2023.06.0";
  version = "2024.02.0";

  src = fetchFromGitHub {
    owner = "LLNL";
    repo = "umpire";
    rev = "v${version}";
    hash = "sha256-gdwr0ACCfkrtlVROPhxM7zT7SaCo2Eg1etrPFN4JHaA=";
    hash = "sha256-0xJrICpGHQCLXfhDfS0/6gD3wrM9y6XB4XxyjG3vWGw=";
    fetchSubmodules = true;
  };