heptabase: 1.64.0 -> 1.66.0 (#428642)

authored by Nick Cao and committed by GitHub 42916888 15e671c3

+2 -2
+2 -2
pkgs/by-name/he/heptabase/package.nix
··· 5 }: 6 let 7 pname = "heptabase"; 8 - version = "1.64.0"; 9 src = fetchurl { 10 url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage"; 11 - hash = "sha256-VBoQgSVpEshmGjEGzSe1sG8nDcrl8nJ+m7+s/7LlAMg="; 12 }; 13 14 appimageContents = appimageTools.extractType2 { inherit pname version src; };
··· 5 }: 6 let 7 pname = "heptabase"; 8 + version = "1.66.0"; 9 src = fetchurl { 10 url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage"; 11 + hash = "sha256-8kkY+Tp8RuE+REcCT/gj8CA6CqTLk6eVeAEsOKv+axA="; 12 }; 13 14 appimageContents = appimageTools.extractType2 { inherit pname version src; };