php83Extensions.spx: 0.4.15 -> 0.4.16

This commit is contained in:
R. Ryantm
2024-07-27 13:36:21 +00:00
parent 1f12de7a33
commit 0f8332b79b
@@ -6,7 +6,7 @@
}:
let
version = "0.4.15";
version = "0.4.16";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "NoiseByNorthwest";
repo = "php-spx";
rev = "v${version}";
hash = "sha256-gw6wbPt1Qy0vNfT0flq7bxpnGU3SgJvPVhk8H0Imvx4=";
hash = "sha256-1HOLMbCuV1bxi4DV26QOhi93VsBF3NJymk4SMn2ze4g=";
};
configureFlags = [ "--with-zlib-dir=${zlib.dev}" ];