composer: 2.7.1 -> 2.7.2

Release notes: https://github.com/composer/composer/releases/tag/2.7.2
This commit is contained in:
Patka 2024-03-13 09:27:22 +01:00
parent d40e866b1f
commit 84ab1ba09e
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ php.buildComposerProject (finalAttrs: {
# use together with the version from this package to keep the # use together with the version from this package to keep the
# bootstrap phar file up-to-date together with the end user composer # bootstrap phar file up-to-date together with the end user composer
# package. # package.
passthru.pharHash = "sha256-H/0L4/J+I3sa5H+ejyn5asf1CgvZ7vT4jNvpTdBL//A="; passthru.pharHash = "sha256-BJuODtnyZNdwoFEIWM/7w1QBUQdZ7cmnhLOlxuAgvKw=";
composer = callPackage ../../../build-support/php/pkgs/composer-phar.nix { composer = callPackage ../../../build-support/php/pkgs/composer-phar.nix {
inherit (finalAttrs) version; inherit (finalAttrs) version;
@ -24,13 +24,13 @@ php.buildComposerProject (finalAttrs: {
}; };
pname = "composer"; pname = "composer";
version = "2.7.1"; version = "2.7.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "composer"; owner = "composer";
repo = "composer"; repo = "composer";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-OThWqY3m/pIas4qvR/kiYgc/2QrAbnsYEOxpHxKhDfM="; hash = "sha256-Rev3OW1G+LVgJmHLwuV5u0s7F7lKrvtI43eS7y9SAYA=";
}; };
nativeBuildInputs = [ makeBinaryWrapper ]; nativeBuildInputs = [ makeBinaryWrapper ];
@ -40,7 +40,7 @@ php.buildComposerProject (finalAttrs: {
--prefix PATH : ${lib.makeBinPath [ _7zz cacert curl git unzip xz ]} --prefix PATH : ${lib.makeBinPath [ _7zz cacert curl git unzip xz ]}
''; '';
vendorHash = "sha256-NJa6nu60HQeBJr7dd79ATptjcekgY35Jq9V40SrN9Ds"; vendorHash = "sha256-JLMhjOradyo64mPNos0qtM5bTnAYTRvSWnFUQrLQNjw=";
meta = { meta = {
changelog = "https://github.com/composer/composer/releases/tag/${finalAttrs.version}"; changelog = "https://github.com/composer/composer/releases/tag/${finalAttrs.version}";