1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

heroku: 9.1.0 -> 9.2.0 (#338723)

This commit is contained in:
Pol Dellaiera 2024-09-01 21:04:15 +02:00 committed by GitHub
commit f7f12ac457
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.1.0";
version = "9.2.0";
src = fetchzip {
url = "https://cli-assets.heroku.com/versions/9.1.0/e1e5252/heroku-v9.1.0-e1e5252-linux-x64.tar.xz";
hash = "sha256-r3X1DN9s1cgFlyivVaMLDgFrMdIJmn4Y+UG1+o4T8t4=";
url = "https://cli-assets.heroku.com/versions/9.2.0/2aa043a/heroku-v9.2.0-2aa043a-linux-x64.tar.xz";
hash = "sha256-WQM9+yftFSPVTSHX7M05ZQNsk75dIIjZFmq50ZaIDpU=";
};
nativeBuildInputs = [ makeWrapper ];