seafile-client: 7.0.5 -> 7.0.7

gstqt5
R. RyanTM 2020-04-07 16:29:19 +00:00 committed by Jon
parent 2aa785ba09
commit 4b3877587a
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
mkDerivation rec {
pname = "seafile-client";
version = "7.0.5";
version = "7.0.7";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "08ysmhvdpyzq2s16i3fvii252fzjrxly3da74x8y6wbyy8yywmjy";
sha256 = "0szdyprljyckmbrw5sypizs22j96q84ak6nyidyr2j6gf4grh9mg";
};
nativeBuildInputs = [ pkgconfig cmake ];