synergy: 1.7.6 -> 1.8.8

This commit is contained in:
Benjamin Staffin 2017-06-06 15:52:30 -04:00
parent d7a5f07650
commit 1800838364
No known key found for this signature in database
GPG Key ID: A490C0134E09AF4A

View File

@ -5,13 +5,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "synergy-${version}";
version = "1.7.6";
version = "1.8.8";
src = fetchFromGitHub {
owner = "symless";
repo = "synergy";
rev = "v${version}-stable";
sha256 = "1bjksvdr74mc3xh11z4fd6qlhgklny51q5r6gqg1bhnvn9dzyrxw";
sha256 = "0ksgr9hkf09h54572p7k7b9zkfhcdb2g2d5x7ixxn028y8i3jyp3";
};
postPatch = ''