anytype: 0.33.3 -> 0.34.3

This commit is contained in:
Justin Wood 2023-08-18 12:33:49 -04:00
parent a88d1947d4
commit db42355180

View File

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.33.3";
version = "0.34.3";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-3qBd1WgHn/sfEyNRPTX5viMX3lVZPfsG6x7GfNwkL3E=";
sha256 = "sha256-YJMpCEQ6eJYISGeYgvS6TcQwU2eD6fjgHrHRKA6CQJU=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in