heroku: 7.16.0 -> 7.18.2

* heroku: 7.16.0 -> 7.18.2 (#50096)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/heroku/versions

* heroku: split native build inputs
This commit is contained in:
R. RyanTM 2018-11-25 01:20:50 -08:00 committed by Renaud
parent 50e06fc78e
commit 0a35e363e3

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "heroku-${version}";
version = "7.16.0";
version = "7.18.2";
src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "434573b4773ce7ccbb21b43b19529475d941fa7dd219b01b75968b42e6b62abe";
sha256 = "1dplh3bfin1g0wwbkg76z3xsja4zqj350vrzl8jfw7982saxqywh";
};
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
dontBuild = true;