mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Merge pull request #332701 from markuskowa/fix-umpire
umpire: fix source hash
This commit is contained in:
commit
2733c636ec
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "LLNL";
|
owner = "LLNL";
|
||||||
repo = "umpire";
|
repo = "umpire";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-T3f5zFaDri7v09/LNJE7v45Nosx9QQjTptnuFREk6PM=";
|
hash = "sha256-JbYaJe4bqlB272aZxB3Amw8fX/pmZr/4/7kaukAiK8c=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user