php81Extensions.zstd: 0.13.3 -> 0.14.0 (#357128)

This commit is contained in:
Nick Cao
2024-11-19 09:15:57 -05:00
committed by GitHub
@@ -7,7 +7,7 @@
}:
let
version = "0.13.3";
version = "0.14.0";
in
buildPecl {
inherit version;
@@ -17,7 +17,7 @@ buildPecl {
owner = "kjdev";
repo = "php-ext-zstd";
rev = version;
hash = "sha256-jEuL93ScF0/FlfUvib6uZafOkIe0+VkWV/frpSjTkvY=";
hash = "sha256-XB8GatrL2gQbTiZp6eJCFu8yRAOcrQbcJCaKol3or8Q=";
};
nativeBuildInputs = [ pkg-config ];