Merge pull request #136848 from bbigras/anytype

anytype: 0.18.59 -> 0.18.68
This commit is contained in:
Sandro 2021-09-10 19:19:21 +02:00 committed by GitHub
commit 91a4081ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.18.59";
version = "0.18.68";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-HDhDd23kXhIFXg+QKPNpR2R6QC4oJCnut+gD//qMK1Y=";
sha256 = "sha256-VZYFMUgflc3LEk/nN7eoQbinGQS1AnPHmb8WgKzhGRM=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in