about summary refs log tree commit diff
path: root/pkgs/misc/seafile-shared
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 01:45:28 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-18 01:45:28 -0700
commit296214f5ceaab6a8dd308f3e466e956d3dc88478 (patch)
tree968e784dab680876cf7a11e3d8b9d35200934782 /pkgs/misc/seafile-shared
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
seafile-shared: 6.2.11 -> 7.0.1
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-shared/versions
Diffstat (limited to 'pkgs/misc/seafile-shared')
-rw-r--r--pkgs/misc/seafile-shared/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/seafile-shared/default.nix b/pkgs/misc/seafile-shared/default.nix
index a75c6c1ec76d4..fff95710ead64 100644
--- a/pkgs/misc/seafile-shared/default.nix
+++ b/pkgs/misc/seafile-shared/default.nix
@@ -1,14 +1,14 @@
 {stdenv, fetchFromGitHub, which, autoreconfHook, pkgconfig, curl, vala, python, intltool, fuse, ccnet}:
 
 stdenv.mkDerivation rec {
-  version = "6.2.11";
+  version = "7.0.1";
   name = "seafile-shared-${version}";
 
   src = fetchFromGitHub {
     owner = "haiwen";
     repo = "seafile";
     rev = "v${version}";
-    sha256 = "16d4m5n5zhip13l6pv951lm081pnwxpiqcm7j4gxqm1ian48m787";
+    sha256 = "0d53r3s6ylr4zlbsrxi8z0z7s2lzh05wbqhfxz4n1vva6izz11bk";
   };
 
   nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];