mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #99416 from shyim/update-composer
phpPackages.composer: 1.10.8 -> 1.10.13
This commit is contained in:
commit
2a37e5fcf2
1 changed files with 2 additions and 2 deletions
|
@ -57,12 +57,12 @@ in
|
|||
};
|
||||
|
||||
composer = mkDerivation rec {
|
||||
version = "1.10.8";
|
||||
version = "1.10.13";
|
||||
pname = "composer";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://getcomposer.org/download/${version}/composer.phar";
|
||||
sha256 = "1rbqa56bsc3wrhk8djxdzh755zx1qrqp3wrdid7x0djzbmzp6h2c";
|
||||
sha256 = "13vhfdlkmpvmk1h30f1i688xk7sdgfj0b82am32jgpa8zmf499sw";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
Loading…
Reference in a new issue