Merge pull request #182760 from Craftzman7/pkg/heroku

heroku: 7.50.2 -> 7.60.2
This commit is contained in:
Mario Rodas 2022-07-24 21:08:15 -05:00 committed by GitHub
commit e0bc10b517
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.59.2";
version = "7.60.2";
src = fetchurl {
url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
sha256 = "dbb69d4b5df99ff47ed0f6f1f58d968b3b144b13deee1b33c82fef7ef4006903";
sha256 = "sha256-HKVfUT59TBrY9Sk/CxhD3ujT+Q3iEcBI50Bbu1MWOxY=";
};
nativeBuildInputs = [ makeWrapper ];