aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/seafile-client
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-11-25 13:16:41 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-11-25 13:23:51 +0100
commit377e0e9b0fd01f3415ed21620a7913521e693600 (patch)
tree7df7741f4f46b164c4ffc6ca23be4e1ee7421d2d /pkgs/applications/networking/seafile-client
parent3dccf7dca753b4bb6908ac838dc4e248c3be7c1c (diff)
seafile-client: 6.2.5 -> 6.2.7
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 245d673bc5a..3e6a057c422 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.5";
+ version = "6.2.7";
name = "seafile-client-${version}";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
- sha256 = "1g09gsaqr4swgwnjxz994xgjsv7mlfaypp6r37bbsiy89a7ppzfl";
+ sha256 = "16ikl6vkp9v16608bq2sfg48idn2p7ik3q8n6j866zxkmgdvkpsg";
};
nativeBuildInputs = [ pkgconfig cmake makeWrapper ];