Unverified Commit 1671599c authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.zstd: 0.14.0 -> 0.14.0+pie (#398316)

parents 7de47524 2495c63a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];