syncthing: 1.26.0 -> 1.26.1

Diff: https://github.com/syncthing/syncthing/compare/v1.26.0...v1.26.1
Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.26.1
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

+2 -2
+2 -2
pkgs/applications/networking/syncthing/default.nix
··· 13 13 common = { stname, target, postInstall ? "" }: 14 14 buildGoModule rec { 15 15 pname = stname; 16 - version = "1.26.0"; 16 + version = "1.26.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "syncthing"; 20 20 repo = "syncthing"; 21 21 rev = "v${version}"; 22 - hash = "sha256-JsjZzOYBQ5DD7BsBq/lO2AZvC3Rx4mGr5cUJEU6ufNc="; 22 + hash = "sha256-R7JTHlNP1guKRfiDjPVi1lnvfUAXuPDNDAMTGmbj3Hc="; 23 23 }; 24 24 25 25 vendorHash = "sha256-XYXIj+7xe33hCYM6Z9tqGSgr/P0LVlaPNf3T0PrxU7I=";