From c23c1407c4d312eafdb919d69732e1b3c98634f2 Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski <2151333+piotrkwiecinski@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:31:11 +0200 Subject: [PATCH] phpExtensions.spx: fix changelog url --- pkgs/development/php-packages/spx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/php-packages/spx/default.nix b/pkgs/development/php-packages/spx/default.nix index a6fb3c8f3563..849e9c23d842 100644 --- a/pkgs/development/php-packages/spx/default.nix +++ b/pkgs/development/php-packages/spx/default.nix @@ -25,7 +25,7 @@ buildPecl { ]; meta = { - changelog = "https://github.com/NoiseByNorthwest/php-spx/releases/tag/${version}"; + changelog = "https://github.com/NoiseByNorthwest/php-spx/releases/tag/v${version}"; description = "Simple & straight-to-the-point PHP profiling extension with its built-in web UI"; homepage = "https://github.com/NoiseByNorthwest/php-spx"; license = lib.licenses.php301;