File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/syncthing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments