Skip to content

Commit 4457647

Browse files
authored
phpExtensions.xdebug: 3.4.0 -> 3.4.1 (#371510)
2 parents 23023f3 + 70e6b21 commit 4457647

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.0";
8+
version = "3.4.1";
99
in
1010
buildPecl {
1111
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
1616
owner = "xdebug";
1717
repo = "xdebug";
1818
rev = version;
19-
hash = "sha256-Gt6/ARrUzmsAhsdkKPNiX0CBmWTv7D3mHnxvvWjbLnE=";
19+
hash = "sha256-yOqVS58bsFXGhdkQ20LK0E80bV7O2r/BE76CfBoeEqA=";
2020
};
2121

2222
doCheck = true;

0 commit comments

Comments
 (0)