Merge pull request #141303 from bbigras/anytype

This commit is contained in:
Sandro 2021-10-12 21:37:48 +02:00 committed by GitHub
commit cf512cedc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.19.0";
version = "0.20.2";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-sqCq9/QFygFcOUNCCBReD+eEk/8gvhMsuVD3g/ZPAFg=";
sha256 = "sha256-jqRxNd6lx1hnOa4F3m3YOr8ZBnSKQBz0XVC5absf9mM=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in