Merge pull request #290347 from r-ryantm/auto-update/heroku

heroku: 8.9.0 -> 8.10.0
This commit is contained in:
Mario Rodas 2024-02-21 00:51:29 -05:00 committed by GitHub
commit 79597053be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation {
pname = "heroku";
version = "8.9.0";
version = "8.10.0";
src = fetchzip {
url = "https://cli-assets.heroku.com/versions/8.9.0/8f6ff45/heroku-v8.9.0-8f6ff45-linux-x64.tar.xz";
hash = "sha256-z9SRbQjjl+qthEOa9C/zb4lxTQLeipcl6JXMdirAFcg=";
url = "https://cli-assets.heroku.com/versions/8.10.0/25f0948/heroku-v8.10.0-25f0948-linux-x64.tar.xz";
hash = "sha256-t2EQeOc6gi5lb7xrAc3WSqwUaczXN5pZXl0QkZ0Gk74=";
};
nativeBuildInputs = [ makeWrapper ];