about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-16 11:24:14 +0800
committerGitHub <noreply@github.com>2021-11-16 11:24:14 +0800
commitc8920ed7ceda97a7613f020af10ed5477bf5b942 (patch)
tree9d15a38eef42c9e10a6078f2a8e5c5c3b75a6c25 /pkgs
parent06374747f7eb2d4c9183c3c03003a9e7e6e28001 (diff)
parent9928e040e74322639fcebf87f58fb88780bd2ba4 (diff)
Merge pull request #146206 from schmittlauch/seafile-client-8.0.5
seafile-client: 8.0.4 -> 8.0.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/seafile-client/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix
index b0975c56b0591..7d5d414a4f97d 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -4,13 +4,13 @@
 
 mkDerivation rec {
   pname = "seafile-client";
-  version = "8.0.4";
+  version = "8.0.5";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "sha256-HIgIcw4Y/NXidCBwRMrdKojlqO8CJO+6N7s7PdBx4YQ=";
+    sha256 = "1p9wkvnr3km829gy84b1w1pv72pany5vr3r7ydz1c0aqrp0snfhx";
   };
 
   nativeBuildInputs = [ pkg-config cmake ];
@@ -29,6 +29,6 @@ mkDerivation rec {
     description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
     license = licenses.asl20;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ schmittlauch ];
+    maintainers = with maintainers; [ schmittlauch greizgh ];
   };
 }