Merge pull request #302877 from r-ryantm/auto-update/syncthing-relay

syncthing-relay: 1.27.5 -> 1.27.6

authored by Nick Cao and committed by GitHub 252f23d1 8c9b5bdb

+3 -3
+3 -3
pkgs/applications/networking/syncthing/default.nix
··· 13 common = { stname, target, postInstall ? "" }: 14 buildGoModule rec { 15 pname = stname; 16 - version = "1.27.5"; 17 18 src = fetchFromGitHub { 19 owner = "syncthing"; 20 repo = "syncthing"; 21 rev = "v${version}"; 22 - hash = "sha256-Fcsa6xE0i1iXFZ76L57OKKxDJ9stw6WnJL3PQOTr/QQ="; 23 }; 24 25 - vendorHash = "sha256-CSI2Mnu3Da99cNE2s6HadTyxFVIbhXLOy3aykij1GLo="; 26 27 nativeBuildInputs = lib.optionals stdenv.isDarwin [ 28 # Recent versions of macOS seem to require binaries to be signed when
··· 13 common = { stname, target, postInstall ? "" }: 14 buildGoModule rec { 15 pname = stname; 16 + version = "1.27.6"; 17 18 src = fetchFromGitHub { 19 owner = "syncthing"; 20 repo = "syncthing"; 21 rev = "v${version}"; 22 + hash = "sha256-BZAje6dA3wmJ6feHWIYPPYTA3sp1WGwl4MjUJS7iZCo="; 23 }; 24 25 + vendorHash = "sha256-xVSSFFTqU7jww8YTeXKfa3096c2FmEgkcXvuqFHb12E="; 26 27 nativeBuildInputs = lib.optionals stdenv.isDarwin [ 28 # Recent versions of macOS seem to require binaries to be signed when