blst: 0.3.10 -> 0.3.11

This commit is contained in:
R. Ryantm 2023-08-11 06:52:26 +00:00
parent cf73a86c35
commit 58f3706b16

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation ( finalAttrs: {
pname = "blst";
version = "0.3.10";
version = "0.3.11";
src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
rev = "v${finalAttrs.version}";
hash = "sha256-xero1aTe2v4IhWIJaEDUsVDOfE77dOV5zKeHWntHogY=";
hash = "sha256-oqljy+ZXJAXEB/fJtmB8rlAr4UXM+Z2OkDa20gpILNA=";
};
buildPhase = ''