phpPackages.composer: 2.1.0 -> 2.1.1

https://github.com/composer/composer/releases/tag/2.1.1
(cherry picked from commit 5ae9ac3e88ee9ecfde695c83ddfd7ca42d8d5f09)
This commit is contained in:
Thomas Gerbet 2021-06-04 09:27:47 +02:00 committed by Elis Hirwing
parent fb4f4addaf
commit f8455aefe9
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, makeWrapper, unzip, lib, php }:
let
pname = "composer";
version = "2.1.0";
version = "2.1.1";
in
mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://getcomposer.org/download/${version}/composer.phar";
sha256 = "0vp1pnf2zykszhyv36gl4j3013z4fqv9yqj9llvbvmmm9ml8z3ig";
sha256 = "1ki106973q74inwgd4hjmml905rqg82808qq4wiysrkr7mzmfnj4";
};
dontUnpack = true;