umpire: 2023.06.0 -> 2024.02.0

This commit is contained in:
R. Ryantm 2024-02-23 08:45:58 +00:00
parent 46a66fd4a8
commit 5278ca265e

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "umpire";
version = "2023.06.0";
version = "2024.02.0";
src = fetchFromGitHub {
owner = "LLNL";
repo = "umpire";
rev = "v${version}";
hash = "sha256-gdwr0ACCfkrtlVROPhxM7zT7SaCo2Eg1etrPFN4JHaA=";
hash = "sha256-0xJrICpGHQCLXfhDfS0/6gD3wrM9y6XB4XxyjG3vWGw=";
fetchSubmodules = true;
};