Skip to content

Commit

Permalink
phpPackages.composer: 1.8.5 -> 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Izorkin committed Jun 11, 2019
1 parent 59c4b84 commit d613239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/php-packages.nix
Expand Up @@ -73,12 +73,12 @@ let
};

composer = mkDerivation rec {
version = "1.8.5";
version = "1.8.6";
pname = "composer";

src = pkgs.fetchurl {
url = "https://getcomposer.org/download/${version}/composer.phar";
sha256 = "05qfgh2dz8pjf47ndyhkicqbnqzwypk90cczd4c6d8jl9gbiqk2f";
sha256 = "0hnm7njab9nsifpb1qbwx54yfpsi00g8mzny11s13ibjvd9rnvxn";
};

unpackPhase = ":";
Expand Down

0 comments on commit d613239

Please sign in to comment.