mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
synergy: Update to new upstream version 1.6.2.
Fixes the following bugs: * Helper tool crashes when service checks elevation state * Zeroconf on server advertises bogus IP address * Drag file causes client crash on Mac (10.10) Introduces the following enhancements: * Optional Bonjour requirement for Windows * Automatic Bonjour download and install * Auto-config available servers combo box * More user friendly dialog when client is detected * Minimize auto config message box usage * Firewall exception for GUI (needed for Bonjour) * Consistent naming for auto config feature Full changelog with bug IDs can be found at: http://synergy-project.org/changelog/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
14ef3446e1
commit
38d639745e
@ -7,13 +7,13 @@ with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "synergy-${version}";
|
||||
version = "1.6.1";
|
||||
version = "1.6.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "synergy";
|
||||
repo = "synergy";
|
||||
rev = "1.6.1";
|
||||
sha256 = "1043101c4phv1nbxiqp2jn1jhgzspv9q6v75z0kfzwgii5n5xq1c";
|
||||
rev = version;
|
||||
sha256 = "0himg6c50x5wz5nc6rgd54rph1w6nin6j9f08pa4spsxn9b5h8ks";
|
||||
};
|
||||
|
||||
patches = optional stdenv.isLinux ./cryptopp.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user