lol

php8{1-4}Extensions.spx: 0.4.18 -> 0.4.20 (#424860)

authored by

Pol Dellaiera and committed by
GitHub
88f2ae48 322cb023

+6 -8
+6 -8
pkgs/development/php-packages/spx/default.nix
··· 6 6 }: 7 7 8 8 let 9 - version = "0.4.18"; 9 + version = "0.4.20"; 10 10 in 11 11 buildPecl { 12 12 inherit version; ··· 16 16 owner = "NoiseByNorthwest"; 17 17 repo = "php-spx"; 18 18 rev = "v${version}"; 19 - hash = "sha256-Dcv8ncYPIug7e24mvL1gn0x0CeLNAck8djm/r/yiPe8="; 19 + hash = "sha256-2MOl9waWY3zK5NzQ19TJKK8kE7xC4K+e9AwV+wyAHZc="; 20 20 }; 21 21 22 - configureFlags = [ "--with-zlib-dir=${zlib.dev}" ]; 23 - 24 - preConfigure = '' 25 - substituteInPlace Makefile.frag \ 26 - --replace '$(INSTALL_ROOT)$(prefix)/share/misc/php-spx/assets/web-ui' '${placeholder "out"}/share/misc/php-spx/assets/web-ui' 27 - ''; 22 + configureFlags = [ 23 + "--with-zlib-dir=${zlib.dev}" 24 + "--with-spx-assets-dir=${placeholder "out"}/share/misc/php-spx/assets/" 25 + ]; 28 26 29 27 meta = { 30 28 changelog = "https://github.com/NoiseByNorthwest/php-spx/releases/tag/${version}";