Unverified Commit 8624720b authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

heptabase: 1.55.6 -> 1.55.7 (#402450)

parents f15a43ab 67ea574a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
let
  pname = "heptabase";
  version = "1.55.6";
  version = "1.55.7";
  src = fetchurl {
    url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
    hash = "sha256-Gb+jjujv/mjHCpk5p5UG6pO9rh7Dswou8h51FpsqLek=";
    hash = "sha256-hWNzJZ/oxcPZPozv3EfANcWP5/TfboePcvvBiP1qy7g=";
  };

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