summary refs log tree commit diff
path: root/pkgs/applications/networking/seafile-client/default.nix
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2023-07-10 08:41:44 +0200
committerFlorian Brandes <florian.brandes@posteo.de>2023-07-10 08:41:44 +0200
commit49148a3f7feb418da2b1288530441a5998f6eb61 (patch)
tree1bfdfdfbbcfa7eb7cab98dd2967a7fe0df226b5d /pkgs/applications/networking/seafile-client/default.nix
parent29f96cc801de8e2efd80f76ca80a389f548d3595 (diff)
downloadnixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.tar
nixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.tar.gz
nixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.tar.bz2
nixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.tar.lz
nixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.tar.xz
nixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.tar.zst
nixpkgs-49148a3f7feb418da2b1288530441a5998f6eb61.zip
seafile-{shared/client}: 9.0.2 -> 9.0.3
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Diffstat (limited to 'pkgs/applications/networking/seafile-client/default.nix')
-rw-r--r--pkgs/applications/networking/seafile-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix
index faa6304c38a..3b0c494bb6f 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "seafile-client";
-  version = "9.0.2";
+  version = "9.0.3";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "sha256-6AsvqlXDmTr3yBvYlV/0qjH+KnZ03S5TU7yzGt0MqiI=";
+    sha256 = "sha256-zoo34mhNZTEwxjSy8XgmZfEjkujmWj34OtDJQSCb/zk=";
   };
 
   nativeBuildInputs = [