Merge pull request #281992 from gaelreyrol/php-spx-0.4.15

phpExtensions.spx: 0.4.14 -> 0.4.15
This commit is contained in:
Pol Dellaiera 2024-01-19 13:34:15 +01:00 committed by GitHub
commit b9695f7267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{ buildPecl, lib, fetchFromGitHub, zlib }:
let
version = "0.4.14";
version = "0.4.15";
in buildPecl {
inherit version;
pname = "spx";
@ -10,7 +10,7 @@ in buildPecl {
owner = "NoiseByNorthwest";
repo = "php-spx";
rev = "v${version}";
hash = "sha256-LdR3ilknSUuNTAb9wfIpNGdaR3uwd4C47nZYRzfTfx8=";
hash = "sha256-gw6wbPt1Qy0vNfT0flq7bxpnGU3SgJvPVhk8H0Imvx4=";
};
configureFlags = [