heptabase: 1.75.3 -> 1.75.7
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "heptabase";
|
pname = "heptabase";
|
||||||
version = "1.75.3";
|
version = "1.75.7";
|
||||||
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-PtRc5Rkytt53FnEfu48sRgamze4a4zNyeFfh6UB5qqs=";
|
hash = "sha256-XGbkfjmceb+IFl3sERpd8zqdTQQAkpiyTxZDoIyoFmY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
appimageContents = appimageTools.extractType2 { inherit pname version src; };
|
||||||
|
|||||||
Reference in New Issue
Block a user