Commit 0f1382a6 authored by R. RyanTM's avatar R. RyanTM
Browse files

heroku: 8.9.0 -> 8.10.0

parent fd643e9c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation {
  pname = "heroku";
  version = "8.9.0";
  version = "8.10.0";

  src = fetchzip {
    url = "https://cli-assets.heroku.com/versions/8.9.0/8f6ff45/heroku-v8.9.0-8f6ff45-linux-x64.tar.xz";
    hash = "sha256-z9SRbQjjl+qthEOa9C/zb4lxTQLeipcl6JXMdirAFcg=";
    url = "https://cli-assets.heroku.com/versions/8.10.0/25f0948/heroku-v8.10.0-25f0948-linux-x64.tar.xz";
    hash = "sha256-t2EQeOc6gi5lb7xrAc3WSqwUaczXN5pZXl0QkZ0Gk74=";
  };

  nativeBuildInputs = [ makeWrapper ];