Unverified Commit 7317f877 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

heptabase: 1.58.1 -> 1.61.0 (#421035)

parents f2d2234a 0b8d972e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
let
  pname = "heptabase";
  version = "1.58.1";
  version = "1.61.0";
  src = fetchurl {
    url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
    hash = "sha256-U1fFFLXSjBuhiTUAPgqMzvWhtJg9Qc9B5m1uaGjwyEU=";
    hash = "sha256-dvVLygj0saCod6sD6kcFhYO5IWz2iblywL6QNZPVYmk=";
  };

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