Unverified Commit 721129b5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #299508 from spk/pkg/platformsh

platformsh: 4.11.4 -> 4.17.0
parents a86f711f 6a10a5f5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;
+4 −4
Original line number Diff line number Diff line
@@ -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;
  };
})