Merge pull request #85104 from marsam/update-heroku

heroku: 7.39.0 -> 7.39.2
This commit is contained in:
Mario Rodas 2020-04-12 18:26:27 -05:00 committed by GitHub
commit b7aeeacdc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "heroku";
version = "7.39.0";
version = "7.39.2";
src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "0jj5n1jw61scpli1a0115zyp8zsa3mmljzd72bm1n5c86ppdh8pa";
sha256 = "13bbqxklpwmh84a1dc6inphqg1nm2l0b7vqs3x9lrjm4bg7c8kjr";
};
nativeBuildInputs = [ makeWrapper ];
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://cli.heroku.com";
description = "Everything you need to get started using Heroku";
maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg ];
maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg marsam ];
license = lib.licenses.mit;
platforms = with lib.platforms; unix;
};

View File

@ -10349,9 +10349,7 @@ in
help2man = callPackage ../development/tools/misc/help2man { };
heroku = callPackage ../development/tools/heroku {
nodejs = nodejs-10_x;
};
heroku = callPackage ../development/tools/heroku { };
ccloud-cli = callPackage ../development/tools/ccloud-cli { };