We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23023f3 + 70e6b21 commit 4457647Copy full SHA for 4457647
pkgs/development/php-packages/xdebug/default.nix
@@ -5,7 +5,7 @@
5
}:
6
7
let
8
- version = "3.4.0";
+ version = "3.4.1";
9
in
10
buildPecl {
11
inherit version;
@@ -16,7 +16,7 @@ buildPecl {
16
owner = "xdebug";
17
repo = "xdebug";
18
rev = version;
19
- hash = "sha256-Gt6/ARrUzmsAhsdkKPNiX0CBmWTv7D3mHnxvvWjbLnE=";
+ hash = "sha256-yOqVS58bsFXGhdkQ20LK0E80bV7O2r/BE76CfBoeEqA=";
20
};
21
22
doCheck = true;
0 commit comments