Skip to content

Commit

Permalink
Merge pull request #51257 from schmittlauch/seafile-backport
Browse files Browse the repository at this point in the history
seafile-shared: backport newer minor version to fix build failures
  • Loading branch information
dotlambda committed Nov 30, 2018
2 parents c1acb5c + f135007 commit 7d166c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/seafile-client/default.nix
Expand Up @@ -5,14 +5,14 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "6.2.4";
version = "6.2.7";
name = "seafile-client-${version}";

src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "0z5li1d7ipsm1mp0lk6mls220v4vlmsqm8ym8kxlkinqbmkky0hz";
sha256 = "16ikl6vkp9v16608bq2sfg48idn2p7ik3q8n6j866zxkmgdvkpsg";
};

nativeBuildInputs = [ pkgconfig cmake makeWrapper ];
Expand Down
4 changes: 2 additions & 2 deletions 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.4";
version = "6.2.7";
name = "seafile-shared-${version}";

src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "0v6wvw8x3zfcapi0lk71mg89gy3gw2qmdiq6mhw6qbbrzvqprlmr";
sha256 = "0f8h7x6q830q4pw6f6bbykiyj3lkdlgvjzg2sdaqm4bhj2c4k1n0";
};

nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];
Expand Down

0 comments on commit 7d166c6

Please sign in to comment.