php.packages.grumphp: 1.8.1 -> 1.15.0

This commit is contained in:
Pol Dellaiera 2022-12-25 19:53:06 +01:00
parent 50b6e06bfe
commit 7383933b87
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -1,11 +1,12 @@
{ mkDerivation, fetchurl, makeWrapper, lib, php }: { mkDerivation, fetchurl, makeWrapper, lib, php }:
mkDerivation rec { mkDerivation rec {
pname = "grumphp"; pname = "grumphp";
version = "1.8.1"; version = "1.15.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/phpro/${pname}/releases/download/v${version}/${pname}.phar"; url = "https://github.com/phpro/${pname}/releases/download/v${version}/${pname}.phar";
sha256 = "sha256-3XPMyH2F3ZfRr8DmvlBY3Z6uolhaRraQxwKIskIwPq8="; sha256 = "sha256-EqzJb7DYZb7PnebErLVI/EZLxj0m26cniZlsu1feif0=";
}; };
dontUnpack = true; dontUnpack = true;
@ -22,6 +23,7 @@ mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
changelog = "https://github.com/phpro/grumphp/releases/tag/v${version}";
description = "A PHP code-quality tool"; description = "A PHP code-quality tool";
homepage = "https://github.com/phpro/grumphp"; homepage = "https://github.com/phpro/grumphp";
license = licenses.mit; license = licenses.mit;