phpPackages.composer: 2.1.0 -> 2.1.1

https://github.com/composer/composer/releases/tag/2.1.1
This commit is contained in:
Thomas Gerbet 2021-06-04 09:27:47 +02:00 committed by Thomas Gerbet
parent 42e9a2ccfa
commit 5ae9ac3e88

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;