From dc19de6009db3d854239c6c7801c115eeebe5181 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 21 Sep 2020 17:09:08 +1000 Subject: [PATCH] Revert "syncthing: pin to go 1.14" This reverts commit 384e56bbaac9938ede50fa45989a8f594ebf293f. Fixed in the 1.9.0 release. https://github.com/syncthing/syncthing/releases/tag/v1.9.0 --- pkgs/top-level/all-packages.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 724b6f597c0..6d26173596f 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -23453,9 +23453,7 @@ in # this can be changed to python3 once pyside2 is updated to support the latest python version syncplay = python37.pkgs.callPackage ../applications/networking/syncplay { }; - inherit (callPackages ../applications/networking/syncthing { - buildGoModule = buildGo114Module; - }) + inherit (callPackages ../applications/networking/syncthing { }) syncthing syncthing-cli syncthing-discovery