mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
phpExtensions.zstd: 0.14.0 -> 0.14.0+pie
This commit is contained in:
parent
10189aca67
commit
2495c63a8d
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue