seafile-shared: 6.2.8 -> 6.2.9
This commit is contained in:
parent
07b5b553c6
commit
25de143c84
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in New Issue