anytype: 0.35.4 -> 0.35.25

authored by

Biepa and committed by
Jörg Thalheim
fab0584b 544f7c00

+2 -2
+2 -2
pkgs/applications/misc/anytype/default.nix
··· 2 3 let 4 pname = "anytype"; 5 - version = "0.35.4"; 6 name = "Anytype-${version}"; 7 nameExecutable = pname; 8 src = fetchurl { 9 url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage"; 10 name = "Anytype-${version}.AppImage"; 11 - sha256 = "sha256-heS+3ucxv4WTiqegdmjpv8aWuC+3knxC00SDDg4R8iU="; 12 }; 13 appimageContents = appimageTools.extractType2 { inherit name src; }; 14 in
··· 2 3 let 4 pname = "anytype"; 5 + version = "0.35.25-beta"; 6 name = "Anytype-${version}"; 7 nameExecutable = pname; 8 src = fetchurl { 9 url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage"; 10 name = "Anytype-${version}.AppImage"; 11 + sha256 = "sha256-55VT4t/SNl13Gdh7LG4SqLN9uo0cYDu0LnPFIuZ7Sm0="; 12 }; 13 appimageContents = appimageTools.extractType2 { inherit name src; }; 14 in