Unverified Commit 13572bae authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

heptabase: 1.83.9 -> 1.84.0 (#493337)

parents d0a3b999 59a1bf07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
let
  pname = "heptabase";
  version = "1.83.9";
  version = "1.84.0";
  src = fetchurl {
    url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
    hash = "sha256-tArqlq18g+raKAI9YyoaBizC503ude1B9o+LnJqKaAw=";
    hash = "sha256-sk9YN2vNr9jiGzVQOcst+oRLEYjEaZO4nGgD8TxdfIc=";
  };

  appimageContents = appimageTools.extractType2 { inherit pname version src; };