Skip to content

Commit 23023f3

Browse files
authored
phpExtensions.spx: 0.4.17 -> 0.4.18 (NixOS#371500)
2 parents 7a669f6 + a296e2a commit 23023f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/spx/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77

88
let
9-
version = "0.4.17";
9+
version = "0.4.18";
1010
in
1111
buildPecl {
1212
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
1616
owner = "NoiseByNorthwest";
1717
repo = "php-spx";
1818
rev = "v${version}";
19-
hash = "sha256-MH/0G9KKmwcVsJKpe6uE1xjvykBEWuYU0DIOGfXiLAw=";
19+
hash = "sha256-Dcv8ncYPIug7e24mvL1gn0x0CeLNAck8djm/r/yiPe8=";
2020
};
2121

2222
configureFlags = [ "--with-zlib-dir=${zlib.dev}" ];

0 commit comments

Comments
 (0)