Merge pull request #31247 from Shados/synergy-repo-rename

synergy: track upstream repository name change.
This commit is contained in:
Tim Steinbach 2017-11-04 10:38:06 -04:00 committed by GitHub
commit 73714d8a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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