anytype: 0.20.9 -> 0.21.1

This commit is contained in:
Bruno Bigras 2021-11-11 10:46:00 -05:00
parent d3f2137f5c
commit 422eda39b4

View File

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.20.9";
version = "0.21.1";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-dm3bdKbUHI0FFcyYeYd2XSuZuoPsUhk4KcEwzPHiHM8=";
sha256 = "sha256-5QsbB48g11TyfWCbR7Sz2AETEwdyG+bSJQNGRHrIueE=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in