From d00a13d9f3b87a799ca96d2d2eecfa0246f6b1b7 Mon Sep 17 00:00:00 2001 From: rein Date: Sun, 5 Jan 2025 01:01:51 +0530 Subject: [PATCH] syncthing: 1.28.0 -> 1.28.1 Bugfixes: - Folder overlap not detected when using tilde - WebUI table column widths broken on iPhone 12 Pro Max and wider - Sync status stays at 'Syncing xx%" when remote device pauses the folder. - Firefox, dark theme: device ID is hard to read - Junctions as dirs doesn't work anymore - Disabled checkbox panels don't respect dark theme - Address override not respected in fresh default config - panic: runtime error: index out of range [-1] Enhancements: - Ignoring symbolic links when syncing on android as well Closes #370900 --- 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 8c0e1ef2ca79..06208da05641 100644 --- a/pkgs/applications/networking/syncthing/default.nix +++ b/pkgs/applications/networking/syncthing/default.nix @@ -13,16 +13,16 @@ let common = { stname, target, postInstall ? "" }: buildGoModule rec { pname = stname; - version = "1.28.0"; + version = "1.28.1"; src = fetchFromGitHub { owner = "syncthing"; repo = "syncthing"; tag = "v${version}"; - hash = "sha256-JW78n/3hssH600uXn4YLxcIJylPbSpEZICtKmqfqamI="; + hash = "sha256-Xr2765+DDK7dm3WDIwB3vbMG5CrguxsFp9qGd4wwhnA="; }; - vendorHash = "sha256-9/PfiOSCInduQXZ47KbrD3ca9O0Zt+TP7XoX+HjwQgs="; + vendorHash = "sha256-V8mMvIiEaYzTIFwUsdcV5ntHklR7Cs3ZhB5nYUT0180="; nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ # Recent versions of macOS seem to require binaries to be signed when