seafile-shared: update hash

`seafile-client` does not build successfully because of a hash mismatch
in `seafile-shared`. The old hash appears to point to commit
`b7f2be78c1d979ff1242c3b65b41228e31427843` rather than
`ea8f5e2b45612d77fee9934f942d1d7d55560dad`, which is the commit that the
`v6.2.10` tag currently references.
This commit is contained in:
Jon Banafato 2019-01-15 13:22:18 -05:00 committed by Robert Schütz
parent 8349329617
commit 37c1c427f5

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "18gnri8zpgaxcfg08lwzlrkc4zmqszdjg930vy4q8ixggh6jywjf";
sha256 = "1bl22dmbl9gbavwxqbxfzq838k7aiv8ihgyr8famj9954xy7b7qn";
};
nativeBuildInputs = [ pkgconfig which autoreconfHook vala intltool ];