seafile-client: 6.1.0 -> 6.1.5

Semi-automatic update. These checks were performed:

- built on NixOS
- found 6.1.5 with grep in /nix/store/7y211zn1irykpjfgf8n38vbhh57xgaq2-seafile-client-6.1.5
- found 6.1.5 in filename of file in /nix/store/7y211zn1irykpjfgf8n38vbhh57xgaq2-seafile-client-6.1.5

cc "@calrama"
This commit is contained in:
Ryan Mulligan 2018-02-27 15:52:32 -08:00
parent 6a10134205
commit d95813fc14

View File

@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "6.1.0";
version = "6.1.5";
name = "seafile-client-${version}";
src = fetchurl {
url = "https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz";
sha256 = "16rn6b9ayaccgwx8hs3yh1wb395pp8ffh8may8a8bpcc4gdry7bd";
sha256 = "09m1k99pb8vj37zfr8a0j5xyghyvxindmdpgxvvxh589q4ngfsx8";
};
nativeBuildInputs = [ pkgconfig cmake makeWrapper ];