platformsh: 3.79.0 -> 3.79.1

https://github.com/platformsh/platformsh-cli/releases/tag/v3.79.1
This commit is contained in:
R. Ryantm 2022-04-30 10:36:26 +00:00 committed by Mario Rodas
parent c9b5c7b67e
commit b918d3c71c

View file

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