mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
php.packages.grumphp: 1.8.1 -> 1.15.0
This commit is contained in:
parent
50b6e06bfe
commit
7383933b87
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user