phpExtensions.zstd: 0.14.0 -> 0.14.0+pie

This commit is contained in:
R. Ryantm 2025-04-13 09:36:06 +00:00
parent 10189aca67
commit 2495c63a8d

View file

@ -7,7 +7,7 @@
}:
let
version = "0.14.0";
version = "0.14.0+pie";
in
buildPecl {
inherit version;
@ -17,7 +17,7 @@ buildPecl {
owner = "kjdev";
repo = "php-ext-zstd";
rev = version;
hash = "sha256-XB8GatrL2gQbTiZp6eJCFu8yRAOcrQbcJCaKol3or8Q=";
hash = "sha256-BfxYPc7Y9VKjm/RiyO+/thpqNJFGMdD5xK07EZMb+E8=";
};
nativeBuildInputs = [ pkg-config ];