mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
phpExtensions.xdebug: 3.5.1 -> 3.5.3 (#530927)
This commit is contained in:
commit
343fa391d8
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "3.5.1";
|
||||
version = "3.5.3";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
|
|
@ -16,7 +16,7 @@ buildPecl {
|
|||
owner = "xdebug";
|
||||
repo = "xdebug";
|
||||
rev = version;
|
||||
hash = "sha256-GOlWCKDLwptsHV9SvOOlR4uScvcw8V/DjwXIpfWjSkM=";
|
||||
hash = "sha256-UrRQqnWEE0y8I4DTDWn21yGScG42+XaFFl6UjcJXbtM=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue