Skip to content

Commit 88a8112

Browse files
authored
syncthing: 1.28.0 -> 1.28.1 (#370952)
2 parents 9f8a339 + d00a13d commit 88a8112

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.28.0";
16+
version = "1.28.1";
1717

1818
src = fetchFromGitHub {
1919
owner = "syncthing";
2020
repo = "syncthing";
2121
tag = "v${version}";
22-
hash = "sha256-JW78n/3hssH600uXn4YLxcIJylPbSpEZICtKmqfqamI=";
22+
hash = "sha256-Xr2765+DDK7dm3WDIwB3vbMG5CrguxsFp9qGd4wwhnA=";
2323
};
2424

25-
vendorHash = "sha256-9/PfiOSCInduQXZ47KbrD3ca9O0Zt+TP7XoX+HjwQgs=";
25+
vendorHash = "sha256-V8mMvIiEaYzTIFwUsdcV5ntHklR7Cs3ZhB5nYUT0180=";
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)