seafile-shared: 6.2.8 -> 6.2.9

This commit is contained in:
Robert Schütz 2018-12-10 15:45:24 +01:00
parent 07b5b553c6
commit 25de143c84
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{stdenv, fetchFromGitHub, which, autoreconfHook, pkgconfig, curl, vala, python, intltool, fuse, ccnet}: {stdenv, fetchFromGitHub, which, autoreconfHook, pkgconfig, curl, vala, python, intltool, fuse, ccnet}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "6.2.8"; version = "6.2.9";
name = "seafile-shared-${version}"; name = "seafile-shared-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "haiwen"; owner = "haiwen";
repo = "seafile"; repo = "seafile";
rev = "v${version}"; rev = "v${version}";
sha256 = "1sgrsj60gy4pqxjz1rxn4nyzmc67x3kx16kd2vmwbzr44hasnp46"; sha256 = "03hdpajhpmdxf1fdpvz2j82smqcmhvpvx2dxyaprqjg8j7b4qbj9";
}; };
nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ]; nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];