Unverified Commit d441b0aa authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

php81Extensions.spx: 0.4.16 -> 0.4.17 (#345604)

parents 350888a2 2d27eefb
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}" ];