mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
php.packages.composer: 1.9.3 -> 1.10.5
Changelogs: - https://github.com/composer/composer/releases/tag/1.10.0 - https://github.com/composer/composer/releases/tag/1.10.1 - https://github.com/composer/composer/releases/tag/1.10.2 - https://github.com/composer/composer/releases/tag/1.10.3 - https://github.com/composer/composer/releases/tag/1.10.4 - https://github.com/composer/composer/releases/tag/1.10.5
This commit is contained in:
parent
01790228ca
commit
4d6ea7350c
@ -57,12 +57,12 @@ in
|
||||
};
|
||||
|
||||
composer = mkDerivation rec {
|
||||
version = "1.9.3";
|
||||
version = "1.10.5";
|
||||
pname = "composer";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://getcomposer.org/download/${version}/composer.phar";
|
||||
sha256 = "VRZVwvyB9BBlCPQrvEsk6r00sCKxO8Hn2WQr9IPQp9Q=";
|
||||
sha256 = "0a9iwhd7ijm8gkp3zadxza0xb6xwa5ps0d16pz4mz2p21gfzvwym";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
Loading…
Reference in New Issue
Block a user