Skip to content

Commit

Permalink
platformsh: 3.79.0 -> 3.79.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and marsam committed Apr 30, 2022
1 parent c9b5c7b commit b918d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/platformsh/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit b918d3c

Please sign in to comment.