heroku: 7.39.2 -> 7.41.1

This commit is contained in:
Pavol Rusnak 2020-05-25 20:41:38 +02:00
parent cedace7fc1
commit 627df934ae
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

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