Merge pull request #333094 from Adda0/anytype

anytype: 0.41.1 -> 0.42.3
This commit is contained in:
Nick Cao
2024-08-08 14:27:17 -04:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
let
pname = "anytype";
version = "0.41.1";
version = "0.42.3";
name = "Anytype-${version}";
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
name = "Anytype-${version}.AppImage";
hash = "sha256-z/Htqq2HgCKNPzF81/nvLK/32KuMUYdHRTQbM8hZSIw=";
hash = "sha256-4Tz080lNQXqTq+LEax4fYV27/DDSRUalpkO46KZ1ay8=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in appimageTools.wrapType2 {