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

heptabase: 1.83.7 -> 1.83.9 (#490849)

parents 04dac30a 44e8d5cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
let
  pname = "heptabase";
  version = "1.83.7";
  version = "1.83.9";
  src = fetchurl {
    url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
    hash = "sha256-inwkvv6wQIhp34z1FjpfwjRW1NsYXa8vsxukMb+RuTo=";
    hash = "sha256-tArqlq18g+raKAI9YyoaBizC503ude1B9o+LnJqKaAw=";
  };

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