seafile-client: 8.0.5 -> 8.0.6

This commit is contained in:
R. Ryantm 2022-02-28 07:12:44 +00:00
parent d4de0d5628
commit 5f5f14189f

View file

@ -4,13 +4,13 @@
mkDerivation rec {
pname = "seafile-client";
version = "8.0.5";
version = "8.0.6";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "1p9wkvnr3km829gy84b1w1pv72pany5vr3r7ydz1c0aqrp0snfhx";
sha256 = "sha256-pImSrQ63AS1hi9CUvFAR91ZHgPCJB0ZOAA0fEZ24O8o=";
};
nativeBuildInputs = [ pkg-config cmake ];