We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a669f6 + a296e2a commit 23023f3Copy full SHA for 23023f3
pkgs/development/php-packages/spx/default.nix
@@ -6,7 +6,7 @@
6
}:
7
8
let
9
- version = "0.4.17";
+ version = "0.4.18";
10
in
11
buildPecl {
12
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
16
owner = "NoiseByNorthwest";
17
repo = "php-spx";
18
rev = "v${version}";
19
- hash = "sha256-MH/0G9KKmwcVsJKpe6uE1xjvykBEWuYU0DIOGfXiLAw=";
+ hash = "sha256-Dcv8ncYPIug7e24mvL1gn0x0CeLNAck8djm/r/yiPe8=";
20
};
21
22
configureFlags = [ "--with-zlib-dir=${zlib.dev}" ];
0 commit comments