mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
phpExtensions.ds: 1.5.0 -> 1.6.0
This commit is contained in:
parent
512c5f06e1
commit
374e14f2ea
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.5.0";
|
||||
version = "1.6.0";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
|
@ -17,7 +17,7 @@ buildPecl {
|
|||
owner = "php-ds";
|
||||
repo = "ext-ds";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-lL1PUjc4bMTsWm2th0wDxnMaGuVziBUtgK88bUJXuBY=";
|
||||
sha256 = "sha256-c7MIqaPwIgdzKHRqR2km1uTQRrrr3OzDzopTbz5rLnE=";
|
||||
};
|
||||
|
||||
buildInputs = [ pcre2 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue