Merge pull request #171458 from schmittlauch/seafile-client-8.0.7-1
seafile-client: build v8.0.7 from proper commit
This commit is contained in:
@@ -9,7 +9,9 @@ mkDerivation rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "haiwen";
|
||||
repo = "seafile-client";
|
||||
rev = "v${version}";
|
||||
# Tag v8.0.7 used to point to this commit, but was re-tagged later to a state
|
||||
# that fails to link properly
|
||||
rev = "8b96abf64e6aa19e3beeff6b322bcd6d28120bdd";
|
||||
sha256 = "00wfr7dvbyl7pg1xgssgz8a94c7c4n5r9266lhy9qcbz456hdcgj";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user