heptabase: 1.41.1 -> 1.46.1 (#358634)
This commit is contained in:
commit
78288e4f60
@ -5,10 +5,10 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "heptabase";
|
pname = "heptabase";
|
||||||
version = "1.41.1";
|
version = "1.46.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
|
url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage";
|
||||||
hash = "sha256-MX5lKTSJFBhtUMPlefSWvVayFYt0ydZ7lToUDdDUsT4=";
|
hash = "sha256-JOjh9OHV+E7QuyWwsppLnRMpucTjq7X0upQDvZwYnJI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||||
|
Loading…
Reference in New Issue
Block a user