summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 22:12:11 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-01 18:43:54 +0200
commit25540a5a2cfbc204fc87976ce26b4086fe9c9f6c (patch)
tree3a43f47faff0efe15a9eb89b762ac08407f5d61c /pkgs/applications/networking
parent05ff2aa7360e95dfdd168633074e10bab178636d (diff)
downloadnixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.tar
nixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.tar.gz
nixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.tar.bz2
nixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.tar.lz
nixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.tar.xz
nixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.tar.zst
nixpkgs-25540a5a2cfbc204fc87976ce26b4086fe9c9f6c.zip
seafile-client: 6.1.6 -> 6.1.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/seafile-client/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.1.7 with grep in /nix/store/a366qmps5kxnbp50jw7hyyxx2bizakyl-seafile-client-6.1.7
- directory tree listing: https://gist.github.com/add05f4339b66469b6acbaad439c677f
Diffstat (limited to 'pkgs/applications/networking')
-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 0d7bdf970f5..4dbfd274583 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.1.6";
+  version = "6.1.7";
   name = "seafile-client-${version}";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile-client";
     rev = "v${version}";
-    sha256 = "0r02frlspjq8k0zz1z4wh2sx3jm6b1qby5mxg394sb3rjdxb8jhk";
+    sha256 = "1wf258sxn4pqdn1xypqwlxbnls771k2c6whpbinpns3knv5zvgaq";
   };
 
   nativeBuildInputs = [ pkgconfig cmake makeWrapper ];