php8{1-4}Extensions.vld: update script use version branch

This commit is contained in:
Piotr Kwiecinski
2025-01-10 21:32:37 +01:00
parent 57f180a70d
commit 98b6250ab6
@@ -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";