Merge pull request #106577 from eduardosm/seafile

seafile-shared,seafile-client: 7.0.9 -> 7.0.10
This commit is contained in:
markuskowa
2021-01-02 13:13:17 +01:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
{stdenv, fetchFromGitHub, which, autoreconfHook, pkgconfig, vala, python2, curl, libevent, glib, libsearpc, sqlite, intltool, fuse, ccnet, libuuid }:
{stdenv, fetchFromGitHub, which, autoreconfHook, pkgconfig, vala, python2, curl, libevent, glib, libsearpc, sqlite, intltool, fuse, libuuid }:
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "7.0.9";
version = "7.0.10";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "1n0jq6d6vgk58qmqgdr7w7jfgcrlicnaafz1za9qf76sbi5vc6fk";
sha256 = "0b3297cbagi9x8dnw2gjifmb8dk6vyhg6vfrfsanm1wyx8pgw2jg";
};
nativeBuildInputs = [