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

blst: 0.3.12 -> 0.3.13
This commit is contained in:
Nick Cao 2024-07-27 10:16:10 -04:00 committed by GitHub
commit 3e00275c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation ( finalAttrs: {
pname = "blst";
version = "0.3.12";
version = "0.3.13";
src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
rev = "v${finalAttrs.version}";
hash = "sha256-z/xnttMuAOfoKn/yCBwdYbgcd6cDLD6tZxInAWn8XIk=";
hash = "sha256-+Ae2cCVVEXnV/ftVOApxDcXM3COf/4DXXd1AOuGS5uc=";
};
buildPhase = ''