Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #93123 from rnhmjoj/syncthing-20.03

[20.03] syncthing: 1.3.4 -> 1.6.1

authored by

Mario Rodas and committed by
GitHub
e69cfc35 1a92d0ab

+3 -5
+3 -5
pkgs/applications/networking/syncthing/default.nix
··· 3 3 let 4 4 common = { stname, target, postInstall ? "" }: 5 5 buildGoModule rec { 6 - version = "1.3.4"; 6 + version = "1.6.1"; 7 7 name = "${stname}-${version}"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "syncthing"; 11 11 repo = "syncthing"; 12 12 rev = "v${version}"; 13 - sha256 = "076k06p2vqqz2r5bgvqkjipnhznbfbalp3pa2gjm2j9hy7nldr9f"; 13 + sha256 = "1lhbx1mh2hdjjwks3s17i8y9vbl3fnapc1czaf42pp7nf8245q3j"; 14 14 }; 15 15 16 - goPackagePath = "github.com/syncthing/syncthing"; 17 - 18 - modSha256 = "10fgfjip5xr8lim2z0dh7399xpcnhxis9s9yd36fk934h1k1hwzd"; 16 + vendorSha256 = "12g63a6jsshzqjgww792xmvybhfbkjx5aza4xnyljjsp453iky7k"; 19 17 20 18 patches = [ 21 19 ./add-stcli-target.patch