umpire: 2025.03.0 -> 2025.03.1 (#421966)
Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user