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

umpire: 2024.02.1 -> 2024.07.0
This commit is contained in:
Aleksana
2024-08-04 19:40:30 +08:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "umpire";
version = "2024.02.1";
version = "2024.07.0";
src = fetchFromGitHub {
owner = "LLNL";
repo = "umpire";
rev = "v${version}";
hash = "sha256-cIUGlRNdbddxcC0Lj0co945RlHcPrDLo+bZIsUB9im4=";
hash = "sha256-T3f5zFaDri7v09/LNJE7v45Nosx9QQjTptnuFREk6PM=";
fetchSubmodules = true;
};