anytype: 0.29.1 -> 0.30.0

This commit is contained in:
Bruno Bigras
2023-02-08 21:33:24 -05:00
parent 09cc5058c4
commit e6b4796a34
+2 -2
View File
@@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.29.1";
version = "0.30.0";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-NyIAOkOX9s9dN6m/5hfMhy4tSENPCDk2w/F8z+J6qqk=";
sha256 = "sha256-LifJc5mLbnt5wBXGM1n1uice0B6mCY80LYf3kEFJy90=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in