anytype: 0.41.1 -> 0.42.3

This commit is contained in:
David Chocholatý 2024-08-07 23:11:00 +02:00
parent 11b7f431e7
commit a887b4e1ec
No known key found for this signature in database
GPG Key ID: 8FC8E68432148DCA

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 {