blst: 0.3.15 -> 0.3.16

This commit is contained in:
R. Ryantm
2025-09-20 00:34:09 +00:00
parent 984cd9c38b
commit 34b4e98947
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "blst";
version = "0.3.15";
version = "0.3.16";
src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
tag = "v${finalAttrs.version}";
hash = "sha256-Q9/zGN93TnJt2c8YvSaURstoxT02ts3nVkO5V08m4TI=";
hash = "sha256-wQ5dHFnYqrWC4vl+7OJ/utcuTXdBtN26q0OsNPW0kfs=";
};
buildPhase = ''