seafile-client: 8.0.4 -> 8.0.5

- minor bugfix update
- no security fixes
- changelog: https://github.com/haiwen/seafile-client/releases/tag/v8.0.5
This commit is contained in:
Trolli Schmittlauch 2021-11-16 03:40:37 +01:00
parent 18d56c5c6e
commit 55bb949a2e

View File

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