synergy: track upstream repository name change.

This commit is contained in:
Alexei Robyn 2017-11-05 01:24:20 +11:00
parent 8868daa5e6
commit 97594ffd86

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "symless";
repo = "synergy";
repo = "synergy-core";
rev = "v${version}-stable";
sha256 = "0ksgr9hkf09h54572p7k7b9zkfhcdb2g2d5x7ixxn028y8i3jyp3";
};