anytype: 0.35.25-beta -> 0.36.0

This commit is contained in:
running-grass
2023-11-22 10:23:04 +08:00
parent 66b8ccf109
commit 0fec76de98
2 changed files with 12 additions and 3 deletions
+9
View File
@@ -15648,6 +15648,15 @@
github = "rumpelsepp";
githubId = 1961699;
};
running-grass = {
name = "Leo Liu";
email = "467195537@qq.com";
github = "running-grass";
githubId = 17241154;
keys = [{
fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138";
}];
};
rushmorem = {
email = "rushmore@webenchanter.com";
github = "rushmorem";
+3 -3
View File
@@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.35.25-beta";
version = "0.36.0";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-55VT4t/SNl13Gdh7LG4SqLN9uo0cYDu0LnPFIuZ7Sm0=";
sha256 = "sha256-Efoqy/izULDgd2Dc3ktVZNj9/U0vCtENm0NLr5VKQpQ=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in
@@ -34,7 +34,7 @@ appimageTools.wrapType2 {
description = "P2P note-taking tool";
homepage = "https://anytype.io/";
license = licenses.unfree;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ running-grass ];
platforms = [ "x86_64-linux" ];
};
}