3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #88888 from prusnak/heroku

heroku: 7.39.2 -> 7.41.1
This commit is contained in:
Mario Rodas 2020-05-25 14:25:27 -05:00 committed by GitHub
commit 3273a97f4a
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.39.2";
version = "7.41.1";
src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "13bbqxklpwmh84a1dc6inphqg1nm2l0b7vqs3x9lrjm4bg7c8kjr";
sha256 = "12ilk0rkpwx8n9b7dird2jfmwnkqndlwjf5wgdcbl014mkl1411b";
};
nativeBuildInputs = [ makeWrapper ];