Skip to content

Commit

Permalink
Merge pull request #85104 from marsam/update-heroku
Browse files Browse the repository at this point in the history
heroku: 7.39.0 -> 7.39.2
  • Loading branch information
marsam committed Apr 12, 2020
2 parents 4d03f4b + 24aafc9 commit b7aeeac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/heroku/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -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;
};
Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit b7aeeac

Please sign in to comment.