From 310dcad8c6b4e2081438401fdc89c8a4d58fd488 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 8 Sep 2020 04:20:00 +0000 Subject: [PATCH 1/2] syncthing: 1.8.0 -> 1.9.0 https://github.com/syncthing/syncthing/releases/tag/v1.9.0 (cherry picked from commit d375a93eee6da926afb83885537dd47e41486b20) --- pkgs/applications/networking/syncthing/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/syncthing/default.nix b/pkgs/applications/networking/syncthing/default.nix index aec44c1bfd8f..7baff125bac0 100644 --- a/pkgs/applications/networking/syncthing/default.nix +++ b/pkgs/applications/networking/syncthing/default.nix @@ -3,17 +3,17 @@ let common = { stname, target, postInstall ? "" }: buildGoModule rec { - version = "1.8.0"; + version = "1.9.0"; name = "${stname}-${version}"; src = fetchFromGitHub { owner = "syncthing"; repo = "syncthing"; rev = "v${version}"; - sha256 = "047y2sy9zif19dlh098ihaski9f3b971q3mmqg97qgfzpa8z8fpr"; + sha256 = "1p5wmcmv72hbd3dap9hqv4ryarsj8ljn833x9mcfgh8ff4k25qwr"; }; - vendorSha256 = "0l08d96226l135cqbv1qqw0136f5nzw7likc0nmhcm6ynzv83kj2"; + vendorSha256 = "1mwjfv0l2n21srxsh8w18my2j8diim91jlg00ailiq9fwnvxxn8c"; doCheck = false; From 5cf00152841808d6ae5c77309a037ae5256bd474 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 2/2] 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 (cherry picked from commit dc19de6009db3d854239c6c7801c115eeebe5181) --- 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 e4c749cd4687..1b18ab8775b5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -23301,9 +23301,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