Commit 2d27eefb authored by R. RyanTM's avatar R. RyanTM
Browse files

php81Extensions.spx: 0.4.16 -> 0.4.17

parent cfb89f4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}" ];