Merge pull request #77302 from marsam/update-heroku

heroku: 7.33.1 -> 7.35.1
This commit is contained in:
Mario Rodas 2020-01-08 06:12:45 -05:00 committed by GitHub
commit 223c8b6e32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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