anytype: 0.25.0 -> 0.25.4

This commit is contained in:
Bruno Bigras 2022-04-28 14:59:23 -04:00
parent c752103dd1
commit 60c6fae4c0

View file

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.25.0";
version = "0.25.4";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-cfiSZLfaVmxsZWDwulbMHKzHCG7zMKCWwg8q/2MolVs=";
sha256 = "sha256-v6Zecv/m1GvPJk/SmLlxHFyeYbNbIB+x17+AKCI45AM=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in