syncthing: 2.0.3 -> 2.0.6

authored by R. Ryantm and committed by Peter Hoeg 276a1939 8bf76136

+3 -3
+3 -3
pkgs/applications/networking/syncthing/default.nix
··· 19 19 }: 20 20 buildGoModule rec { 21 21 pname = stname; 22 - version = "2.0.3"; 22 + version = "2.0.6"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "syncthing"; 26 26 repo = "syncthing"; 27 27 tag = "v${version}"; 28 - hash = "sha256-s5kW7FJfLSTezG/PvRGEoBBlMhYUoszpduKFKlnCcaU="; 28 + hash = "sha256-BHrZJSNuq4PZI6fgbTCfo2hXUmXW/C0TvWzZRkoiaFU="; 29 29 }; 30 30 31 - vendorHash = "sha256-Ws++TwmOcWe1ArRuQzIgEIUCHGC30LU4Y4zYUrBkpmA="; 31 + vendorHash = "sha256-iYTAnEy0MqJaTz/cdpteealyviwVrpwDzVigo8nnXqs="; 32 32 33 33 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 34 34 # Recent versions of macOS seem to require binaries to be signed when