anytype: 0.40.2 -> 0.40.8

This commit is contained in:
R. Ryantm 2024-05-01 05:42:13 +00:00
parent 705bad7ed6
commit 5c6686a809

View file

@ -2,12 +2,12 @@
let
pname = "anytype";
version = "0.40.2";
version = "0.40.8";
name = "Anytype-${version}";
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
name = "Anytype-${version}.AppImage";
hash = "sha256-RO8rYH0wHPxwey1ICAVK1jURs7b+oxLXRlychgi6c1c=";
hash = "sha256-Rvl52nKrOWQfT2qgssEpFjQCjva54zPvm6aEXmO0NTc=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in appimageTools.wrapType2 {