heroku: 9.2.1 -> 9.3.0

This commit is contained in:
R. Ryantm
2024-09-29 20:35:23 +00:00
parent 51a8ed13b9
commit 41b5378f9a
+3 -3
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 ];