php81Extensions.zstd: 0.13.3 -> 0.14.0

This commit is contained in:
R. Ryantm 2024-11-19 00:52:22 +00:00
parent 4a2fe43808
commit fa810d82d9

View File

@ -7,7 +7,7 @@
}: }:
let let
version = "0.13.3"; version = "0.14.0";
in in
buildPecl { buildPecl {
inherit version; inherit version;
@ -17,7 +17,7 @@ buildPecl {
owner = "kjdev"; owner = "kjdev";
repo = "php-ext-zstd"; repo = "php-ext-zstd";
rev = version; rev = version;
hash = "sha256-jEuL93ScF0/FlfUvib6uZafOkIe0+VkWV/frpSjTkvY="; hash = "sha256-XB8GatrL2gQbTiZp6eJCFu8yRAOcrQbcJCaKol3or8Q=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];