Merge pull request #227515 from r-ryantm/auto-update/synergyWithoutGUI

synergyWithoutGUI: 1.14.5.22 -> 1.14.6.19-stable
This commit is contained in:
Weijia Wang
2023-05-23 01:18:22 +03:00
committed by GitHub
+2 -2
View File
@@ -37,13 +37,13 @@
stdenv.mkDerivation rec {
pname = "synergy";
version = "1.14.5.22";
version = "1.14.6.19-stable";
src = fetchFromGitHub {
owner = "symless";
repo = "synergy-core";
rev = version;
sha256 = "sha256-rqQ4n8P8pZSWRCxaQLa2PuduXMt2XeaFs051qcT3/o8=";
sha256 = "sha256-0QqklfSsvcXh7I2jaHk82k0nY8gQOj9haA4WOjGqBqY=";
fetchSubmodules = true;
};