Merge pull request #259983 from r-ryantm/auto-update/anytype

anytype: 0.35.2 -> 0.35.4
This commit is contained in:
Nick Cao 2023-10-09 10:19:47 -04:00 committed by GitHub
commit 8709e0c1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.35.2";
version = "0.35.4";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "RLkAC9rNGHdbX/EfDTfpbBBKaY+BqdFuCMm99mkjOjw=";
sha256 = "sha256-heS+3ucxv4WTiqegdmjpv8aWuC+3knxC00SDDg4R8iU=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in