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 8c3827a commit 03cbf4eCopy full SHA for 03cbf4e
pkgs/by-name/bls/default.nix
@@ -10,14 +10,14 @@
10
}:
11
stdenv.mkDerivation rec {
12
pname = "bls";
13
- version = "1.86";
+ version = "2.02";
14
15
src = fetchFromGitHub {
16
owner = "herumi";
17
repo = "bls";
18
rev = "v${version}";
19
fetchSubmodules = true;
20
- hash = "sha256-VIJi8sjDq40ecPnEWzFPDR2t5rCOUIWxfI4QAemfPPM=";
+ hash = "sha256-C/qtIjvhKaArBZBmXgUl9uoL1DWoV7vIctNOvRGanDE=";
21
};
22
23
nativeBuildInputs = [cmake] ++ (lib.optionals (system == "aarch64-linux") [clang]);
0 commit comments