Unverified Commit 335a5a5d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #304571 from r-ryantm/auto-update/umpire

umpire: 2024.02.0 -> 2024.02.1
parents 0131569b 79d9b3f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

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