anytype: 0.32.3 -> 0.33.0

This commit is contained in:
Justin Wood 2023-07-15 19:15:40 -04:00
parent 876247c5f4
commit ead89b5269

View File

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.32.3";
version = "0.33.0";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-usRGwQuYNETQu+a23UeW384tOFXLfsjO6Tc+57utCvk=";
sha256 = "sha256-lkocuPlUYGFWWEMaz7Q/SWMFIGa2w+jNQ0u5EzcSz7M=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in