We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd48b18 commit 844b70fCopy full SHA for 844b70f
pkgs/by-name/mcl/default.nix
@@ -10,13 +10,13 @@
10
}:
11
stdenv.mkDerivation rec {
12
pname = "mcl";
13
- version = "1.81";
+ version = "3.04";
14
15
src = fetchFromGitHub {
16
owner = "herumi";
17
repo = "mcl";
18
rev = "v${version}";
19
- hash = "sha256-aVuBt5T+tNjrK1QahzaCxuimUDQVtoKfK/v0LTT3hy8=";
+ hash = "sha256-is5P0dhIU1WhAJb7EA085x40Lkw4EA34sgTnCxrcmdE=";
20
};
21
22
nativeBuildInputs = [cmake] ++ (lib.optionals (system == "aarch64-linux") [clang]);
0 commit comments