php.packages.composer: 1.10.6 -> 1.10.8
Changelogs: - https://github.com/composer/composer/releases/tag/1.10.7 - https://github.com/composer/composer/releases/tag/1.10.8
This commit is contained in:
parent
e0cc08b81e
commit
6973a00b58
1 changed files with 2 additions and 2 deletions
|
@ -57,12 +57,12 @@ in
|
|||
};
|
||||
|
||||
composer = mkDerivation rec {
|
||||
version = "1.10.6";
|
||||
version = "1.10.8";
|
||||
pname = "composer";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://getcomposer.org/download/${version}/composer.phar";
|
||||
sha256 = "0yzfzgg9qlc388g91bdg7y7rp1q8vqb5hkwykwmr1n1lv8dsrg99";
|
||||
sha256 = "1rbqa56bsc3wrhk8djxdzh755zx1qrqp3wrdid7x0djzbmzp6h2c";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
Loading…
Reference in a new issue