php84Extensions.vld: 0.18.0 -> 0.18.0-unstable-2024-08-22 (#360732)
This commit is contained in:
@@ -4,26 +4,21 @@
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "0.18.0";
|
||||
in
|
||||
buildPecl {
|
||||
inherit version;
|
||||
|
||||
pname = "vld";
|
||||
version = "0.18.0-unstable-2024-08-22";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "derickr";
|
||||
repo = "vld";
|
||||
rev = version;
|
||||
hash = "sha256-1xMStPM3Z5qIkrRGfCKcYT6UdF1j150nt7IleirjdBM=";
|
||||
rev = "dc56f73a25b0230745afb5523871f2e8dd33fccd";
|
||||
hash = "sha256-pQ1KIdGtV7bN5nROOJHR7C1eFMqVioTNLPAsJzH86NI=";
|
||||
};
|
||||
|
||||
# Tests relies on PHP 7.0
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/derickr/vld/releases/tag/${version}";
|
||||
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";
|
||||
license = lib.licenses.bsd2;
|
||||
|
||||
Reference in New Issue
Block a user