blst: 0.3.13 -> 0.3.14

This commit is contained in:
R. Ryantm 2025-02-13 00:39:18 +00:00
parent 82dc1d7225
commit 5252a8268e

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "blst";
version = "0.3.13";
version = "0.3.14";
src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
rev = "v${finalAttrs.version}";
hash = "sha256-+Ae2cCVVEXnV/ftVOApxDcXM3COf/4DXXd1AOuGS5uc=";
hash = "sha256-IlbNMLBjs/dvGogcdbWQIL+3qwy7EXJbIDpo4xBd4bY=";
};
buildPhase = ''