phpExtensions.vld: 0.18.0-unstable-2024-08-22 -> 0.19.0 (#421801)

This commit is contained in:
Pol Dellaiera
2025-07-04 10:46:56 +02:00
committed by GitHub
@@ -6,14 +6,17 @@
php,
}:
let
version = "0.19.0";
in
buildPecl {
pname = "vld";
version = "0.18.0-unstable-2024-08-22";
inherit version;
src = fetchFromGitHub {
owner = "derickr";
repo = "vld";
rev = "dc56f73a25b0230745afb5523871f2e8dd33fccd";
tag = version;
hash = "sha256-pQ1KIdGtV7bN5nROOJHR7C1eFMqVioTNLPAsJzH86NI=";
};