summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-07 14:16:49 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-07 14:16:49 +0100
commitcb2a447c510848c925977c0ecc440eef7443c12f (patch)
treed332b9b5783e5997cdbab0c185d40132d781ed6c /pkgs
parent3df463d351df149eb0657a2f01836dc648e98c45 (diff)
downloadnixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.tar
nixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.tar.gz
nixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.tar.bz2
nixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.tar.lz
nixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.tar.xz
nixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.tar.zst
nixpkgs-cb2a447c510848c925977c0ecc440eef7443c12f.zip
seafile-client: 6.2.7 -> 6.2.8
Diffstat (limited to 'pkgs')
-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 3e6a057c422..5ac50da649d 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -5,14 +5,14 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "6.2.7";
+  version = "6.2.8";
   name = "seafile-client-${version}";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "16ikl6vkp9v16608bq2sfg48idn2p7ik3q8n6j866zxkmgdvkpsg";
+    sha256 = "1y57cw789cmssgl39kj94q259kba08v5i1yc1cmx7qxyigrpwyv6";
   };
 
   nativeBuildInputs = [ pkgconfig cmake makeWrapper ];