Skip to content

Commit 13a1a17

Browse files
github-actions[bot]PetarKirov
authored andcommitted
blst: 0.3.11 -> 0.3.14
Diff: supranational/blst@v0.3.11...v0.3.14
1 parent ffee924 commit 13a1a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/blst/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
}:
55
stdenv.mkDerivation rec {
66
pname = "blst";
7-
version = "0.3.11";
7+
version = "0.3.14";
88

99
src = fetchFromGitHub {
1010
owner = "supranational";
1111
repo = "blst";
1212
rev = "v${version}";
13-
hash = "sha256-oqljy+ZXJAXEB/fJtmB8rlAr4UXM+Z2OkDa20gpILNA=";
13+
hash = "sha256-IlbNMLBjs/dvGogcdbWQIL+3qwy7EXJbIDpo4xBd4bY=";
1414
};
1515

1616
builder = ./builder.sh;

0 commit comments

Comments
 (0)