platformsh: 4.11.4 -> 4.17.0

This commit is contained in:
Laurent Arnoud 2024-03-28 10:31:30 +01:00
parent 306fe97cef
commit ba6a6b548d
No known key found for this signature in database
GPG Key ID: 2AA771B0751C9763
1 changed files with 3 additions and 3 deletions

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 \