Skip to content

Commit

Permalink
phpPackages.composer: 1.0.0-alpha10 -> 1.0.0-alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
deeky666 committed Dec 10, 2015
1 parent 114584a commit e62a907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ let self = with self; {

composer = pkgs.stdenv.mkDerivation rec {
name = "composer-${version}";
version = "1.0.0-alpha10";
version = "1.0.0-alpha11";

src = pkgs.fetchurl {
url = "https://getcomposer.org/download/${version}/composer.phar";
sha256 = "0a26zlsr2jffcqlz8z6l8s6c6nlyfj2gxqfgx76knx5wch1psb4z";
sha256 = "1b41ad352p4296c2j7cdq27wp06w28080bjxnjpmw536scb7yd27";
};

phases = [ "installPhase" ];
Expand Down

0 comments on commit e62a907

Please sign in to comment.