Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

seafile-client: build v8.0.7 from proper commit

Follow-up to #170730
After release, the v8.0.7 tag had been re-tagged to a newer but broken state.
This commit does not change the built program but only ensures that it continues
to be buildable.

+3 -1
+3 -1
pkgs/applications/networking/seafile-client/default.nix
··· 9 9 src = fetchFromGitHub { 10 10 owner = "haiwen"; 11 11 repo = "seafile-client"; 12 - rev = "v${version}"; 12 + # Tag v8.0.7 used to point to this commit, but was re-tagged later to a state 13 + # that fails to link properly 14 + rev = "8b96abf64e6aa19e3beeff6b322bcd6d28120bdd"; 13 15 sha256 = "00wfr7dvbyl7pg1xgssgz8a94c7c4n5r9266lhy9qcbz456hdcgj"; 14 16 }; 15 17