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