mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
phpExtensions.xdebug: 3.4.2 -> 3.4.3 (#408575)
This commit is contained in:
commit
c970222744
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "3.4.2";
|
||||
version = "3.4.3";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
|
@ -16,7 +16,7 @@ buildPecl {
|
|||
owner = "xdebug";
|
||||
repo = "xdebug";
|
||||
rev = version;
|
||||
hash = "sha256-LTM2c9DC837y0t4S3m9292x37q4tXg1Poh2dm0KAyJc=";
|
||||
hash = "sha256-B0sGUwCSKh/AZ9I4rwE22EitgkQWwWh4H+p8N02YAeY=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue