heroku: 10.11.0 -> 10.12.0

This commit is contained in:
R. Ryantm
2025-07-18 22:12:53 +00:00
parent 78790dabd9
commit e38a66314d
+3 -3
View File
@@ -9,11 +9,11 @@
stdenv.mkDerivation {
pname = "heroku";
version = "10.11.0";
version = "10.12.0";
src = fetchzip {
url = "https://cli-assets.heroku.com/versions/10.11.0/0580c43/heroku-v10.11.0-0580c43-linux-x64.tar.xz";
hash = "sha256-aC/y38lX9Xaxi9pOalDk7iqYSy2sDYGzmNPZwH7wZOY=";
url = "https://cli-assets.heroku.com/versions/10.12.0/ea15591/heroku-v10.12.0-ea15591-linux-x64.tar.xz";
hash = "sha256-YWddfey6vrlTxqQGBS4A8KnYIeZF4ztYUCVKe/Nz56E=";
};
nativeBuildInputs = [ makeWrapper ];