mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
phpPackages.phing: 3.0.0-rc6 -> 3.0.0
This commit is contained in:
parent
b37bbeb14f
commit
01ac3acfc7
7486
pkgs/development/php-packages/phing/composer.lock
generated
7486
pkgs/development/php-packages/phing/composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,28 +1,26 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fetchgit,
|
||||
php,
|
||||
}:
|
||||
|
||||
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ xsl ]))).buildComposerProject
|
||||
(php.withExtensions ({ enabled, all }: enabled ++ (with all; [ xsl ]))).buildComposerProject2
|
||||
(finalAttrs: {
|
||||
pname = "phing";
|
||||
version = "3.0.0-rc6";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "phingofficial";
|
||||
repo = "phing";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-pOt6uQaz69WuHKYZhq6FFbjyHGrEc+Bf0Sw9uCS3Nrc=";
|
||||
# Upstream no longer provides the composer.lock in their release artifact
|
||||
src = fetchgit {
|
||||
url = "https://github.com/phingofficial/phing";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
hash = "sha256-PEJuEsVl6H4tdqOUvkuazVmyvsRvhBD5AA7EWkMHmFk=";
|
||||
};
|
||||
|
||||
# TODO: Open a PR against https://github.com/phingofficial/phing
|
||||
# Their `composer.lock` is out of date therefore, we need to provide one
|
||||
composerLock = ./composer.lock;
|
||||
vendorHash = "sha256-ueTbbz3FGyRcRvlcJNirHdC77Tko4RKtYMFB3+4JdnQ=";
|
||||
vendorHash = "sha256-P829cADIJ5Hl5gHXbgTkpWHGF1pCtUKvx1GMrbPLkik=";
|
||||
|
||||
meta = {
|
||||
description = "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant";
|
||||
changelog = "https://github.com/phingofficial/phing/releases/tag/${finalAttrs.version}";
|
||||
homepage = "https://github.com/phingofficial/phing";
|
||||
license = lib.licenses.lgpl3;
|
||||
mainProgram = "phing";
|
||||
|
Loading…
Reference in New Issue
Block a user