Skip to content

Commit 5825724

Browse files
committedJul 31, 2017
phpPackages.composer: 1.4.1 -> 1.4.2
1 parent efb2b32 commit 5825724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/php-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@ let
235235

236236
composer = pkgs.stdenv.mkDerivation rec {
237237
name = "composer-${version}";
238-
version = "1.4.1";
238+
version = "1.4.2";
239239

240240
src = pkgs.fetchurl {
241241
url = "https://getcomposer.org/download/${version}/composer.phar";
242-
sha256 = "1g2wsnjcx1ysbw1ps2xwyhgcl8kl3yfzxgwcnh5rigjk6k67glmb";
242+
sha256 = "1x467ngxb976ba2r9kqba7jpvm95a0db8nwaa2z14zs7xv1la6bb";
243243
};
244244

245245
phases = [ "installPhase" ];

0 commit comments

Comments
 (0)
Please sign in to comment.