Merge pull request #170730 from schmittlauch/seafile-client-8.0.7

seafile-client: 8.0.6 -> 8.0.7
This commit is contained in:
Mario Rodas 2022-04-30 19:35:21 -05:00 committed by GitHub
commit 87010c081f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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