Merge pull request #316034 from r-ryantm/auto-update/blst

blst: 0.3.11 -> 0.3.12
This commit is contained in:
Peder Bergebakken Sundt
2024-06-08 16:07:58 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation ( finalAttrs: {
pname = "blst";
version = "0.3.11";
version = "0.3.12";
src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
rev = "v${finalAttrs.version}";
hash = "sha256-oqljy+ZXJAXEB/fJtmB8rlAr4UXM+Z2OkDa20gpILNA=";
hash = "sha256-z/xnttMuAOfoKn/yCBwdYbgcd6cDLD6tZxInAWn8XIk=";
};
buildPhase = ''