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

anytype: 0.40.2 -> 0.40.8

authored by Nick Cao and committed by GitHub 1a8f3604 e6cde2b7

+2 -2
+2 -2
pkgs/by-name/an/anytype/package.nix
··· 2 2 3 3 let 4 4 pname = "anytype"; 5 - version = "0.40.2"; 5 + version = "0.40.8"; 6 6 name = "Anytype-${version}"; 7 7 src = fetchurl { 8 8 url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage"; 9 9 name = "Anytype-${version}.AppImage"; 10 - hash = "sha256-RO8rYH0wHPxwey1ICAVK1jURs7b+oxLXRlychgi6c1c="; 10 + hash = "sha256-Rvl52nKrOWQfT2qgssEpFjQCjva54zPvm6aEXmO0NTc="; 11 11 }; 12 12 appimageContents = appimageTools.extractType2 { inherit name src; }; 13 13 in appimageTools.wrapType2 {