about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2023-12-20 12:30:47 -0500
committerGitHub <noreply@github.com>2023-12-20 12:30:47 -0500
commitd69424cf7bfeef4b632b318a437891fd6237dcd3 (patch)
tree3590c20d29e93e33d5f58b9e48d16033c8546efd
parente3f251c662bc525e4bae3edfa3fc67e52d690d4f (diff)
parent0fec76de98b22bd45fc63595a2d558f0560dc292 (diff)
Merge pull request #269098 from running-grass/update_anytype2
anytype: 0.35.25-beta -> 0.36.0
-rw-r--r--maintainers/maintainer-list.nix9
-rw-r--r--pkgs/applications/misc/anytype/default.nix6
2 files changed, 12 insertions, 3 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 5dfb9b863a7b7..f5f5fa5798e16 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -15960,6 +15960,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";
diff --git a/pkgs/applications/misc/anytype/default.nix b/pkgs/applications/misc/anytype/default.nix
index 71af8bc4c432f..9e4e63ed31d7b 100644
--- a/pkgs/applications/misc/anytype/default.nix
+++ b/pkgs/applications/misc/anytype/default.nix
@@ -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" ];
   };
 }