umpire: 2025.03.0 -> 2025.03.1 (#421966)

Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-07 10:05:09 +00:00
committed by GitHub
co-authored by sheepforce
+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;
};