blst: 0.3.14 -> 0.3.15

This commit is contained in:
R. Ryantm
2025-06-16 10:57:09 +00:00
parent a8cf52487b
commit 1769a996ab
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "blst";
version = "0.3.14";
version = "0.3.15";
src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
rev = "v${finalAttrs.version}";
hash = "sha256-IlbNMLBjs/dvGogcdbWQIL+3qwy7EXJbIDpo4xBd4bY=";
hash = "sha256-Q9/zGN93TnJt2c8YvSaURstoxT02ts3nVkO5V08m4TI=";
};
buildPhase = ''