synergy: Update to new upstream version 1.4.15.
This is a bugfix release which fixes the following bugs: * Synergy Service - Error 87: The parameter is incorrect. * Option not supported on Linux: --enable-drag-drop (server not starting) Bug IDs and the announcement can be found at: http://synergy-foss.org/blog/synergy-1-4-15-released/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
f182fdf6ed
commit
8a0b424296
@ -7,11 +7,11 @@ assert !stdenv.isLinux -> unzip != null;
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "synergy-1.4.14";
|
||||
name = "synergy-1.4.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://synergy.googlecode.com/files/${name}-Source.tar.gz";
|
||||
sha256 = "1sprg3yb0gjhl2927l4c5nymmqhg318ar6dpki8dr42dgvx3d2ir";
|
||||
sha256 = "0l1mxxky9hacyva0npzkgkwg4wkmihzq3abdrds0w5f6is44adv4";
|
||||
};
|
||||
|
||||
patches = optional stdenv.isLinux ./cryptopp.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user