phpExtensions.zstd: 0.14.0+pie -> 0.15.0

This commit is contained in:
R. Ryantm 2025-08-13 04:55:59 +00:00
parent e4b54494cb
commit 0284c3682a

View File

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