phpExtensions.spx: 0.4.14 -> 0.4.15

This commit is contained in:
Gaël Reyrol 2024-01-19 08:34:19 +01:00
parent fc00ff355a
commit 0d7a026204
No known key found for this signature in database
GPG key ID: DFB9B69A2C427F61

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 = [