Commit f5054253 authored by Markus Kowalewski's avatar Markus Kowalewski
Browse files

umpire: fix source hash

parent b67ad15b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };