aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/seafile-client
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-10 15:46:27 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-10 15:50:30 +0100
commite1a837cfb5af94df189b1563639592735fedc9ac (patch)
tree0866197f7e1f0192285c983da873f1ed03a6dc88 /pkgs/applications/networking/seafile-client
parent25de143c84861f81ad5872aba382388a33d69796 (diff)
seafile-client: 6.2.8 -> 6.2.9
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 5ac50da649d..e91568b2193 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.8";
+ version = "6.2.9";
name = "seafile-client-${version}";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
- sha256 = "1y57cw789cmssgl39kj94q259kba08v5i1yc1cmx7qxyigrpwyv6";
+ sha256 = "0h235kdr86lfh1z10admgn2ghnn04w9rlrzf2yhqqilw1k1giavj";
};
nativeBuildInputs = [ pkgconfig cmake makeWrapper ];