Skip to content

Commit 03cbf4e

Browse files
bls: 1.86 -> 2.02
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c3827a commit 03cbf4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bls/default.nix

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

1515
src = fetchFromGitHub {
1616
owner = "herumi";
1717
repo = "bls";
1818
rev = "v${version}";
1919
fetchSubmodules = true;
20-
hash = "sha256-VIJi8sjDq40ecPnEWzFPDR2t5rCOUIWxfI4QAemfPPM=";
20+
hash = "sha256-C/qtIjvhKaArBZBmXgUl9uoL1DWoV7vIctNOvRGanDE=";
2121
};
2222

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

0 commit comments

Comments
 (0)