Merge pull request #151154 from bbigras/anytype

anytype: 0.21.9 -> 0.22.3
This commit is contained in:
Bobby Rong 2021-12-19 12:59:06 +08:00 committed by GitHub
commit 9a1e463909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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