about summary refs log tree commit diff
path: root/pkgs/applications/networking/seafile-client
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 15:52:32 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 15:52:32 -0800
commitd95813fc1440aec16d91364bdaa3c732b14febc5 (patch)
tree0c2d27d327fc173a4fcf44fcc461d7e66faa09ac /pkgs/applications/networking/seafile-client
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
seafile-client: 6.1.0 -> 6.1.5
Semi-automatic update. These checks were performed:

- built on NixOS
- found 6.1.5 with grep in /nix/store/7y211zn1irykpjfgf8n38vbhh57xgaq2-seafile-client-6.1.5
- found 6.1.5 in filename of file in /nix/store/7y211zn1irykpjfgf8n38vbhh57xgaq2-seafile-client-6.1.5

cc "@calrama"
Diffstat (limited to 'pkgs/applications/networking/seafile-client')
-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 74f5ecb6b75f8..5f337f485a7c3 100644
--- a/pkgs/applications/networking/seafile-client/default.nix
+++ b/pkgs/applications/networking/seafile-client/default.nix
@@ -5,12 +5,12 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "6.1.0";
+  version = "6.1.5";
   name = "seafile-client-${version}";
 
   src = fetchurl {
     url = "https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz";
-    sha256 = "16rn6b9ayaccgwx8hs3yh1wb395pp8ffh8may8a8bpcc4gdry7bd";
+    sha256 = "09m1k99pb8vj37zfr8a0j5xyghyvxindmdpgxvvxh589q4ngfsx8";
   };
 
   nativeBuildInputs = [ pkgconfig cmake makeWrapper ];