Merge pull request #256647 from running-grass/update_anytype

anytype: 0.34.3 -> 0.35.2
This commit is contained in:
Nick Cao
2023-09-22 09:38:47 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.34.3";
version = "0.35.2";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-YJMpCEQ6eJYISGeYgvS6TcQwU2eD6fjgHrHRKA6CQJU=";
sha256 = "RLkAC9rNGHdbX/EfDTfpbBBKaY+BqdFuCMm99mkjOjw=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in