Merge pull request #154927 from bbigras/anytype

anytype: 0.22.3 -> 0.23.0
This commit is contained in:
Bobby Rong 2022-01-15 13:11:45 +08:00 committed by GitHub
commit d00f78b8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.22.3";
version = "0.23.0";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-28qgTWCQrFCREGNfj8bePocEpB+0AZfrKNO4akn7/5I=";
sha256 = "sha256-53DyT8tunk0s1VGrlj6qQLOKNPN4Haqdyd8ozPi5z8w=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in