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

platformsh: v3.79.0 -> v3.79.1
main
Mario Rodas 2 years ago committed by GitHub
commit 1db94503e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/misc/platformsh/default.nix

@ -2,14 +2,14 @@
let
pname = "platformsh";
version = "3.79.0";
version = "3.79.2";
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-STGMKWgI4C6ccg8DGUhdnEENOB2//gtpU0ljM4cQCXI=";
};
dontUnpack = true;

Loading…
Cancel
Save