seafile-client: 8.0.3 -> 8.0.4

This commit is contained in:
R. Ryantm 2021-10-28 21:33:33 +00:00
parent 22a500a3f8
commit 9a2d2c85ef

View File

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