seafile-shared,seafile-client: 7.0.9 -> 8.0.1

This allows to migrate the dependencies to python3 and qt5.15
This commit is contained in:
freezeboy
2021-01-04 16:23:43 +01:00
parent bc797e287a
commit 16ec307c21
3 changed files with 29 additions and 13 deletions
@@ -4,13 +4,13 @@
mkDerivation rec {
pname = "seafile-client";
version = "7.0.10";
version = "8.0.1";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "082v1qbysrqb7m0lk56fpx8n403fjxbvbj0svm4mkjl6mzs2cv22";
rev = "b4b944921c7efef13a93d693c45c997943899dec";
sha256 = "2vV+6ZXjVg81JVLfWeD0UK+RdmpBxBU2Ozx790WFSyw=";
};
nativeBuildInputs = [ pkgconfig cmake ];