Skip to content

Commit 76d030d

Browse files
committed
syncthing-discovery: 1.29.2 -> 1.29.3
1 parent e607ef1 commit 76d030d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/syncthing/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ let
1313
common = { stname, target, postInstall ? "" }:
1414
buildGoModule rec {
1515
pname = stname;
16-
version = "1.29.2";
16+
version = "1.29.3";
1717

1818
src = fetchFromGitHub {
1919
owner = "syncthing";
2020
repo = "syncthing";
2121
tag = "v${version}";
22-
hash = "sha256-1IQdwnP4nUcDtSeqrnTF8OtlIZTnPlgP1NLnLJnOAbk=";
22+
hash = "sha256-dTDrKLAUfZ+12JX6P6cWRs1ArWnDRmfhNAh0ZTTWpYU=";
2323
};
2424

25-
vendorHash = "sha256-eLUHYpAjq+viRwNiqC+42FKswdItBA0QriHn3JK1B5M=";
25+
vendorHash = "sha256-/t+TIW66A6jKZvDtp/WcldqdkP5PtC6eP/R4Fspywxc=";
2626

2727
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2828
# Recent versions of macOS seem to require binaries to be signed when

0 commit comments

Comments
 (0)