Skip to content

Commit c6c5f55

Browse files
committed
phpExtensions.xdebug: 3.4.2 -> 3.4.3
1 parent dc2d5f0 commit c6c5f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/php-packages/xdebug/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66

77
let
8-
version = "3.4.2";
8+
version = "3.4.3";
99
in
1010
buildPecl {
1111
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
1616
owner = "xdebug";
1717
repo = "xdebug";
1818
rev = version;
19-
hash = "sha256-LTM2c9DC837y0t4S3m9292x37q4tXg1Poh2dm0KAyJc=";
19+
hash = "sha256-B0sGUwCSKh/AZ9I4rwE22EitgkQWwWh4H+p8N02YAeY=";
2020
};
2121

2222
doCheck = true;

0 commit comments

Comments
 (0)