phpExtensions.vld: 0.18.0-unstable-2024-08-22 -> 0.19.0

This commit is contained in:
Pol Dellaiera 2025-07-02 15:57:18 +02:00
parent 0e71da91f0
commit 5a26e97ffe

View File

@ -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=";
};