From 55bb949a2ef305ed6aff95e69a6c04036185eed0 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 16 Nov 2021 03:40:37 +0100 Subject: [PATCH 1/2] seafile-client: 8.0.4 -> 8.0.5 - minor bugfix update - no security fixes - changelog: https://github.com/haiwen/seafile-client/releases/tag/v8.0.5 --- pkgs/applications/networking/seafile-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix index b0975c56b059..2c134f84a9f6 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 ]; From 9928e040e74322639fcebf87f58fb88780bd2ba4 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 16 Nov 2021 03:40:59 +0100 Subject: [PATCH 2/2] seafile-client: add greizgh as maintainer due to their own request --- pkgs/applications/networking/seafile-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix index 2c134f84a9f6..7d5d414a4f97 100644 --- a/pkgs/applications/networking/seafile-client/default.nix +++ b/pkgs/applications/networking/seafile-client/default.nix @@ -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 ]; }; }