Merge pull request #137181 from teoljungberg/update-heroku

heroku: 7.51.0 -> 7.59.0
This commit is contained in:
Mario Rodas 2021-09-10 08:55:19 -05:00 committed by GitHub
commit ccb488f580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "heroku";
version = "7.51.0";
version = "7.59.0";
src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "0wcqk4iy4r57k6fd6l0732yp5mclqfla1lfvx96ay45jnhh7rknx";
sha256 = "0whkm8xi918m4y0wjdbma42kl4cc6chakjn5chi75aqd5y3qanpp";
};
nativeBuildInputs = [ makeWrapper ];