php81Extensions.spx: 0.4.16 -> 0.4.17

This commit is contained in:
R. Ryantm
2024-09-30 22:18:53 +00:00
parent cfb89f4eb9
commit 2d27eefb96
@@ -6,7 +6,7 @@
}:
let
version = "0.4.16";
version = "0.4.17";
in
buildPecl {
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
owner = "NoiseByNorthwest";
repo = "php-spx";
rev = "v${version}";
hash = "sha256-1HOLMbCuV1bxi4DV26QOhi93VsBF3NJymk4SMn2ze4g=";
hash = "sha256-MH/0G9KKmwcVsJKpe6uE1xjvykBEWuYU0DIOGfXiLAw=";
};
configureFlags = [ "--with-zlib-dir=${zlib.dev}" ];