seafile-shared: 6.2.5 -> 6.2.7

This commit is contained in:
Robert Schütz 2018-11-25 13:15:41 +01:00
parent a339dda0d4
commit 3dccf7dca7

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