Merge pull request #314493 from r-ryantm/auto-update/anytype

anytype: 0.40.8 -> 0.40.9
This commit is contained in:
Nick Cao 2024-05-25 09:19:25 -04:00 committed by GitHub
commit f380c71c8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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