Merge pull request #299508 from spk/pkg/platformsh

platformsh: 4.11.4 -> 4.17.0
This commit is contained in:
Pol Dellaiera 2024-03-28 13:24:03 +01:00 committed by GitHub
commit 721129b5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 4 deletions

View File

@ -18575,6 +18575,12 @@
fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5";
}];
};
spk = {
email = "laurent@spkdev.net";
github = "spk";
githubId = 98590;
name = "Laurent Arnoud";
};
spoonbaker = {
github = "Spoonbaker";
githubId = 47164123;

View File

@ -2,16 +2,16 @@
php.buildComposerProject (finalAttrs: {
pname = "platformsh";
version = "4.11.4";
version = "4.17.0";
src = fetchFromGitHub {
owner = "platformsh";
repo = "legacy-cli";
rev = "v${finalAttrs.version}";
hash = "sha256-4Fo4vmTEo0rSJNtoGz/mRv5dRCMq5vJmnwAxsvfs9qo=";
hash = "sha256-8x7Fl1bYZIND4PuxVmPFNO2QOjeLMiIXh409DXG/WMU=";
};
vendorHash = "sha256-MuZKa4lKvfls85cYjOTHHd6lKVVS0QJD6Pdn7csSzUo=";
vendorHash = "sha256-nXPfFlKYi2qP1bTeurRsopncKWg4zIZnZsSX/i0SF/s=";
prePatch = ''
substituteInPlace config-defaults.yaml \
@ -36,7 +36,7 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://github.com/platformsh/legacy-cli";
license = lib.licenses.mit;
mainProgram = "platform";
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ shyim spk ];
platforms = lib.platforms.all;
};
})