umpire: 2024.02.0 -> 2024.02.1

This commit is contained in:
R. Ryantm 2024-04-16 15:01:08 +00:00
parent 81a5d0fcbb
commit 79d9b3f02b

View file

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