Skip to content

Commit 844b70f

Browse files
github-actions[bot]aldoborrero
authored andcommitted
mcl: 1.81 -> 3.04
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd48b18 commit 844b70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mcl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
stdenv.mkDerivation rec {
1212
pname = "mcl";
13-
version = "1.81";
13+
version = "3.04";
1414

1515
src = fetchFromGitHub {
1616
owner = "herumi";
1717
repo = "mcl";
1818
rev = "v${version}";
19-
hash = "sha256-aVuBt5T+tNjrK1QahzaCxuimUDQVtoKfK/v0LTT3hy8=";
19+
hash = "sha256-is5P0dhIU1WhAJb7EA085x40Lkw4EA34sgTnCxrcmdE=";
2020
};
2121

2222
nativeBuildInputs = [cmake] ++ (lib.optionals (system == "aarch64-linux") [clang]);

0 commit comments

Comments
 (0)