seafile-client: 7.0.7 -> 7.0.9

This commit is contained in:
R. RyanTM
2020-08-31 16:55:42 -07:00
committed by Jon
parent afdc68d215
commit 5c2d5800b8
@@ -4,13 +4,13 @@
mkDerivation rec {
pname = "seafile-client";
version = "7.0.7";
version = "7.0.9";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "0szdyprljyckmbrw5sypizs22j96q84ak6nyidyr2j6gf4grh9mg";
sha256 = "0pcn6lfzma2hvpwsp9q0002wvym7zabpp8fvq29l101gzirn79m9";
};
nativeBuildInputs = [ pkgconfig cmake ];