Merge pull request #63424 from r-ryantm/auto-update/seafile-shared

seafile-shared: 6.2.11 -> 7.0.2
This commit is contained in:
Marek Mahut 2019-08-12 18:48:30 +02:00 committed by GitHub
commit d4b6735f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.2";
name = "seafile-shared-${version}";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "16d4m5n5zhip13l6pv951lm081pnwxpiqcm7j4gxqm1ian48m787";
sha256 = "0633hhz2cky95y8mvrg9q2cyrnzpnzvn8fcq350wl4a64ij6wa04";
};
nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];