Loading pkgs/development/php-packages/spx/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPecl { src = fetchFromGitHub { owner = "NoiseByNorthwest"; repo = "php-spx"; rev = "v${version}"; tag = "v${version}"; hash = "sha256-P53g/o4i+QETWdErZaGA3AREvnr8kL9h0B1BMQlKdFA="; }; Loading @@ -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; Loading Loading
pkgs/development/php-packages/spx/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPecl { src = fetchFromGitHub { owner = "NoiseByNorthwest"; repo = "php-spx"; rev = "v${version}"; tag = "v${version}"; hash = "sha256-P53g/o4i+QETWdErZaGA3AREvnr8kL9h0B1BMQlKdFA="; }; Loading @@ -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; Loading