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

heroku: 8.10.0 -> 8.11.0
This commit is contained in:
Mario Rodas 2024-03-23 04:05:49 -05:00 committed by GitHub
commit 525748a9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation {
pname = "heroku";
version = "8.10.0";
version = "8.11.0";
src = fetchzip {
url = "https://cli-assets.heroku.com/versions/8.10.0/25f0948/heroku-v8.10.0-25f0948-linux-x64.tar.xz";
hash = "sha256-t2EQeOc6gi5lb7xrAc3WSqwUaczXN5pZXl0QkZ0Gk74=";
url = "https://cli-assets.heroku.com/versions/8.11.0/a525d5e/heroku-v8.11.0-a525d5e-linux-x64.tar.xz";
hash = "sha256-0G/ZRffPUHQy5iU64x92pjLd6pFCfEABugnSfYiUXHQ=";
};
nativeBuildInputs = [ makeWrapper ];