heroku: 7.22.4 -> 7.27.1

This commit is contained in:
Mario Rodas 2019-08-09 04:20:00 -05:00
parent 6446e7e7ac
commit 42da2c4f00
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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