php8{1-4}Extensions.vld: update script use version branch
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildPecl,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
php,
|
||||
}:
|
||||
|
||||
@@ -19,6 +20,8 @@ buildPecl {
|
||||
# Tests relies on PHP 7.0
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
|
||||
|
||||
meta = {
|
||||
description = "Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script";
|
||||
homepage = "https://github.com/derickr/vld";
|
||||
|
||||
Reference in New Issue
Block a user