summary refs log tree commit diff
diff options
context:
space:
mode:
authorTeo Ljungberg <teo@teoljungberg.com>2021-09-09 15:44:51 +0200
committerTeo Ljungberg <teo@teoljungberg.com>2021-09-09 15:44:51 +0200
commit831a99b32f894047a94f10d396bfc167f401f671 (patch)
treebb8aa01b9be654ff135113deb5f6e51933e59d14
parentc8f5c0a8beb4a1ac79deae607ee4ac1003c1059f (diff)
downloadnixpkgs-831a99b32f894047a94f10d396bfc167f401f671.tar
nixpkgs-831a99b32f894047a94f10d396bfc167f401f671.tar.gz
nixpkgs-831a99b32f894047a94f10d396bfc167f401f671.tar.bz2
nixpkgs-831a99b32f894047a94f10d396bfc167f401f671.tar.lz
nixpkgs-831a99b32f894047a94f10d396bfc167f401f671.tar.xz
nixpkgs-831a99b32f894047a94f10d396bfc167f401f671.tar.zst
nixpkgs-831a99b32f894047a94f10d396bfc167f401f671.zip
heroku: 7.51.0 -> 7.59.0
-rw-r--r--pkgs/development/tools/heroku/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/heroku/default.nix b/pkgs/development/tools/heroku/default.nix
index 35fccf0e62e..18a031cd23b 100644
--- a/pkgs/development/tools/heroku/default.nix
+++ b/pkgs/development/tools/heroku/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "heroku";
-  version = "7.51.0";
+  version = "7.59.0";
 
   src = fetchurl {
     url = "https://cli-assets.heroku.com/heroku-v${version}/heroku-v${version}.tar.xz";
-    sha256 = "0wcqk4iy4r57k6fd6l0732yp5mclqfla1lfvx96ay45jnhh7rknx";
+    sha256 = "0whkm8xi918m4y0wjdbma42kl4cc6chakjn5chi75aqd5y3qanpp";
   };
 
   nativeBuildInputs = [ makeWrapper ];