anytype: 0.21.1 -> 0.21.9

This commit is contained in:
Bruno Bigras 2021-11-27 18:08:30 -05:00
parent 16eb003524
commit 58f88a56c2

View file

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