heroku: 9.2.1 -> 9.3.0 (#345360)

This commit is contained in:
Nick Cao 2024-10-03 17:02:54 -04:00 committed by GitHub
commit b60bdcd659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation {
pname = "heroku";
version = "9.2.1";
version = "9.3.0";
src = fetchzip {
url = "https://cli-assets.heroku.com/versions/9.2.1/6e4f307/heroku-v9.2.1-6e4f307-linux-x64.tar.xz";
hash = "sha256-9MeZx4LmKyh3DSIz+ZZVY/qpFDqk5oE4P/MIUQPmRb8=";
url = "https://cli-assets.heroku.com/versions/9.3.0/65eb66a/heroku-v9.3.0-65eb66a-linux-x64.tar.xz";
hash = "sha256-4k/HLSB4o1BnzG7dPW20ejSFYmJ8o9eVrJWCdXrqC/Q=";
};
nativeBuildInputs = [ makeWrapper ];