syncthing-relay: 1.29.7 -> 1.30.0 (#422910)

authored by

Matthias Beyer and committed by
GitHub
bb4f8664 ee3eea45

+3 -3
+3 -3
pkgs/applications/networking/syncthing/default.nix
··· 19 }: 20 buildGoModule rec { 21 pname = stname; 22 - version = "1.29.7"; 23 24 src = fetchFromGitHub { 25 owner = "syncthing"; 26 repo = "syncthing"; 27 tag = "v${version}"; 28 - hash = "sha256-DEdXHthnCArVynSQLF01hEEKYn85+q9Bia+b3G2wL+Q="; 29 }; 30 31 - vendorHash = "sha256-j2eOKorXObhbDf3hR1ru/W4tnc/2e3dGtWcSjxkA10w="; 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 = "1.30.0"; 23 24 src = fetchFromGitHub { 25 owner = "syncthing"; 26 repo = "syncthing"; 27 tag = "v${version}"; 28 + hash = "sha256-GKyzJ2kzs2h/tfb3StSleGBofiKk6FwVcSkCjsJRvRY="; 29 }; 30 31 + vendorHash = "sha256-Soky/3wEmP1QRy8xfL68sTHi3CSl4nbCINmG0DY2Qys="; 32 33 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 34 # Recent versions of macOS seem to require binaries to be signed when