Merge pull request #80019 from mmahut/heroku

heroku: 7.35.1 -> 7.38.1
This commit is contained in:
Marek Mahut 2020-02-19 11:48:14 +01:00 committed by GitHub
commit 36ea78bd4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "heroku"; pname = "heroku";
version = "7.35.1"; version = "7.38.1";
src = fetchurl { src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz"; url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "1b48jhl7a9nzvgankys32mfnv6i2kx11z874k7fz9px3kx8s7pbb"; sha256 = "1sa4ph4d5y48yz2n06aivqgl07ljlgwgf5ik431vnrz5smxl6ngr";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = https://cli.heroku.com; homepage = "https://cli.heroku.com";
description = "Everything you need to get started using Heroku"; description = "Everything you need to get started using Heroku";
maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg ]; maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg ];
license = lib.licenses.mit; license = lib.licenses.mit;