Merge pull request #332701 from markuskowa/fix-umpire

umpire: fix source hash
This commit is contained in:
Markus Kowalewski 2024-08-06 14:53:59 +02:00 committed by GitHub
commit 2733c636ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
owner = "LLNL";
repo = "umpire";
rev = "v${version}";
hash = "sha256-T3f5zFaDri7v09/LNJE7v45Nosx9QQjTptnuFREk6PM=";
hash = "sha256-JbYaJe4bqlB272aZxB3Amw8fX/pmZr/4/7kaukAiK8c=";
fetchSubmodules = true;
};