seafile-client: 7.0.7 -> 7.0.9

gstqt5
R. RyanTM 2020-08-29 07:52:18 +00:00 committed by Jon
parent afdc68d215
commit 5c2d5800b8
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];