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.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
You can’t perform that action at this time.
0 commit comments