phpPackages.composer: 2.5.8 -> 2.6.2

This commit is contained in:
Pol Dellaiera 2023-09-10 10:21:00 +02:00
parent c6850d4fc4
commit 7c7b05f357
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -2,11 +2,11 @@
mkDerivation (finalAttrs: {
pname = "composer";
version = "2.5.8";
version = "2.6.2";
src = fetchurl {
url = "https://github.com/composer/composer/releases/download/${finalAttrs.version}/composer.phar";
hash = "sha256-8Hk0+tRPkEjA3IdaUGzKMcwnlNauv8GGfzsfv0jc4sU=";
hash = "sha256-iMhNSlP88cJ9Z2Lh1da3DVfG3J0uIxT9Cdv4a/YeGu8=";
};
dontUnpack = true;