heroku: 7.33.1 -> 7.35.1

This commit is contained in:
Mario Rodas 2020-01-08 04:20:00 -05:00
parent 3c3c633fac
commit fc39411951
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.33.1";
version = "7.35.1";
src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "0alkfc0vx2pghdv29w2p9i96q20xydrjfc3yjmvnsa5740y80ha7";
sha256 = "1b48jhl7a9nzvgankys32mfnv6i2kx11z874k7fz9px3kx8s7pbb";
};
nativeBuildInputs = [ makeWrapper ];