mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 17:34:04 +00:00
php84Extensions.xdebug: 3.3.2 -> 3.4.0
This commit is contained in:
parent
95dbdbbd9a
commit
65d311a745
@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "3.3.2";
|
||||
version = "3.4.0";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
@ -17,7 +17,7 @@ buildPecl {
|
||||
owner = "xdebug";
|
||||
repo = "xdebug";
|
||||
rev = version;
|
||||
hash = "sha256-3Hj/6pFLwJkVfsUIkX9lP8cOa1cVjobqHZd/cnH0TaU=";
|
||||
hash = "sha256-Gt6/ARrUzmsAhsdkKPNiX0CBmWTv7D3mHnxvvWjbLnE=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user