Merge pull request #170745 from r-ryantm/auto-update/platformsh

platformsh: v3.78.0 -> v3.79.0
This commit is contained in:
Ryan Mulligan 2022-04-28 13:16:54 -07:00 committed by GitHub
commit 019c100848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
let
pname = "platformsh";
version = "v3.78.0";
version = "v3.79.0";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/platformsh/platformsh-cli/releases/download/${version}/platform.phar";
sha256 = "sha256-2EasMsZIwplkl1S5PH0Y3gRymAIdpiFgVc3pNPiFg1o=";
sha256 = "sha256-gTh1VS/b+D8E67w6Q4u9h0EhpFZiA2gBGe4mo49+9KY=";
};
dontUnpack = true;