mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #85104 from marsam/update-heroku
heroku: 7.39.0 -> 7.39.2
This commit is contained in:
commit
b7aeeacdc3
@ -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;
|
||||
};
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user