Unverified Commit e76a86e8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 0903b438 fa810d82
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];