heroku: 7.51.0 -> 7.59.0

This commit is contained in:
Teo Ljungberg 2021-09-09 15:44:51 +02:00
parent c8f5c0a8be
commit 831a99b32f

View file

@ -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 ];