Merge pull request #243741 from ankhers/update_anytype

anytype: 0.32.3 -> 0.33.0
This commit is contained in:
Nick Cao 2023-07-15 20:39:01 -06:00 committed by GitHub
commit e1683bb97a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.32.3";
version = "0.33.0";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-usRGwQuYNETQu+a23UeW384tOFXLfsjO6Tc+57utCvk=";
sha256 = "sha256-lkocuPlUYGFWWEMaz7Q/SWMFIGa2w+jNQ0u5EzcSz7M=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in