umpire: 2025.03.0 -> 2025.03.1

This commit is contained in:
R. Ryantm
2025-07-03 02:24:59 +00:00
parent d55716bb59
commit c97fe69431
+2 -2
View File
@@ -12,13 +12,13 @@ assert cudaSupport -> cudaPackages != null;
stdenv.mkDerivation rec {
pname = "umpire";
version = "2025.03.0";
version = "2025.03.1";
src = fetchFromGitHub {
owner = "LLNL";
repo = "umpire";
rev = "v${version}";
hash = "sha256-IL8jfG0qTDjp80E8bniNYUiH77PTtL4QIwMCEkqdwSE=";
hash = "sha256-MHvJRXAMV64GxGgCJjQPlaNyxVjBvyQXogbla9UMFL8=";
fetchSubmodules = true;
};