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

telegraf: 1.9.2 -> 1.10.2

Note: For some reason, I had to manually tweak the hash of
ApplicationInsights-Go generated by dep2nix.
(cherry picked from commit 335373c96541b272a2371724434442cbf08c51ef)

authored by

Kirill Elagin and committed by
Jörg Thalheim
dc11f487 012e05a9

+87 -33
+2 -2
pkgs/servers/monitoring/telegraf/default.nix
··· 2 2 3 3 buildGoPackage rec { 4 4 name = "telegraf-${version}"; 5 - version = "1.9.2"; 5 + version = "1.10.2"; 6 6 7 7 goPackagePath = "github.com/influxdata/telegraf"; 8 8 ··· 14 14 owner = "influxdata"; 15 15 repo = "telegraf"; 16 16 rev = "${version}"; 17 - sha256 = "1416nx7mxa0b3bmnkarksicgvw6wja6s8xrf22yzak38qmmrpz2m"; 17 + sha256 = "0g27yczb49xf8nbhkzx7lv8378613afq9qx1gr5yhlpfrl4sgb69"; 18 18 }; 19 19 20 20 buildFlagsArray = [ ''-ldflags=
+85 -31
pkgs/servers/monitoring/telegraf/deps-1.9.2.nix pkgs/servers/monitoring/telegraf/deps-1.10.2.nix
··· 91 91 }; 92 92 } 93 93 { 94 - goPackagePath = "github.com/alecthomas/template"; 95 - fetch = { 96 - type = "git"; 97 - url = "https://github.com/alecthomas/template"; 98 - rev = "a0175ee3bccc567396460bf5acd36800cb10c49c"; 99 - sha256 = "0qjgvvh26vk1cyfq9fadyhfgdj36f1iapbmr5xp6zqipldz8ffxj"; 100 - }; 101 - } 102 - { 103 94 goPackagePath = "github.com/alecthomas/units"; 104 95 fetch = { 105 96 type = "git"; ··· 151 142 url = "https://github.com/bsm/sarama-cluster"; 152 143 rev = "cf455bc755fe41ac9bb2861e7a961833d9c2ecc3"; 153 144 sha256 = "000rklq9jx66bbbdklsvm7l9fd9r8d6k3qxx18xfjklblk1v9y19"; 145 + }; 146 + } 147 + { 148 + goPackagePath = "github.com/caio/go-tdigest"; 149 + fetch = { 150 + type = "git"; 151 + url = "https://github.com/caio/go-tdigest"; 152 + rev = "f3c8d94f65d3096ac96eda54ffcd10c0fe1477f1"; 153 + sha256 = "0w3imv58rhb34x63w8m0k18yr6bnc2bf2rpz23dh82yvdg57nl6r"; 154 154 }; 155 155 } 156 156 { ··· 316 316 }; 317 317 } 318 318 { 319 + goPackagePath = "github.com/ghodss/yaml"; 320 + fetch = { 321 + type = "git"; 322 + url = "https://github.com/ghodss/yaml"; 323 + rev = "25d852aebe32c875e9c044af3eef9c7dc6bc777f"; 324 + sha256 = "1w9yq0bxzygc4qwkwwiy7k1k1yviaspcqqv18255k2xkjv5ipccz"; 325 + }; 326 + } 327 + { 319 328 goPackagePath = "github.com/go-ini/ini"; 320 329 fetch = { 321 330 type = "git"; ··· 329 338 fetch = { 330 339 type = "git"; 331 340 url = "https://github.com/go-logfmt/logfmt"; 332 - rev = "390ab7935ee28ec6b286364bba9b4dd6410cb3d5"; 333 - sha256 = "1gkgh3k5w1xwb2qbjq52p6azq3h1c1rr6pfwjlwj1zrijpzn2xb9"; 341 + rev = "07c9b44f60d7ffdfb7d8efe1ad539965737836dc"; 342 + sha256 = "06smxc112xmixz78nyvk3b2hmc7wasf2sl5vxj1xz62kqcq9lzm9"; 334 343 }; 335 344 } 336 345 { ··· 451 460 }; 452 461 } 453 462 { 463 + goPackagePath = "github.com/harlow/kinesis-consumer"; 464 + fetch = { 465 + type = "git"; 466 + url = "https://github.com/harlow/kinesis-consumer"; 467 + rev = "2f58b136fee036f5de256b81a8461cc724fdf9df"; 468 + sha256 = "1m8ns5gipxxs2fkln494gqy1axhz8393cjan5wkdxc6xfchd0wa5"; 469 + }; 470 + } 471 + { 454 472 goPackagePath = "github.com/hashicorp/consul"; 455 473 fetch = { 456 474 type = "git"; ··· 559 577 }; 560 578 } 561 579 { 580 + goPackagePath = "github.com/karrick/godirwalk"; 581 + fetch = { 582 + type = "git"; 583 + url = "https://github.com/karrick/godirwalk"; 584 + rev = "2de2192f9e35ce981c152a873ed943b93b79ced4"; 585 + sha256 = "014n3pq9b4m2gx7h3ncf5xk7kw8g89yhbvnfc6dqg006r9q26w4w"; 586 + }; 587 + } 588 + { 562 589 goPackagePath = "github.com/kballard/go-shellquote"; 563 590 fetch = { 564 591 type = "git"; ··· 574 601 url = "https://github.com/kr/logfmt"; 575 602 rev = "b84e30acd515aadc4b783ad4ff83aff3299bdfe0"; 576 603 sha256 = "02ldzxgznrfdzvghfraslhgp19la1fczcbzh7wm2zdc6lmpd1qq9"; 604 + }; 605 + } 606 + { 607 + goPackagePath = "github.com/kubernetes/apimachinery"; 608 + fetch = { 609 + type = "git"; 610 + url = "https://github.com/kubernetes/apimachinery"; 611 + rev = "d41becfba9ee9bf8e55cec1dd3934cd7cfc04b99"; 612 + sha256 = "0d7akj020fahqgmicig39vfbs1nvkxachwbyw8wk2w90pfsicff1"; 577 613 }; 578 614 } 579 615 { ··· 761 797 fetch = { 762 798 type = "git"; 763 799 url = "https://github.com/prometheus/client_golang"; 764 - rev = "c5b7fccd204277076155f10851dad72b76a49317"; 765 - sha256 = "1xqny3147g12n4j03kxm8s9mvdbs3ln6i56c655mybrn9jjy48kd"; 800 + rev = "505eaef017263e299324067d40ca2c48f6a2cf50"; 801 + sha256 = "02b4yg6rfag0m3j0i39sillcm5xczwv8h133vn12yr8qw04cnigs"; 766 802 }; 767 803 } 768 804 { ··· 824 860 fetch = { 825 861 type = "git"; 826 862 url = "https://github.com/shirou/gopsutil"; 827 - rev = "8048a2e9c5773235122027dd585cf821b2af1249"; 828 - sha256 = "17ri1ijhvg6gxscaw4sy0r5pkcyiqdsf6nn2d4q36hd0nrswvk29"; 863 + rev = "071446942108a03a13cf0717275ad3bdbcb691b4"; 864 + sha256 = "0ai246kqsfm3xlnp4pp4d197djh6jrbjja832f355zhg3l9fqwfp"; 829 865 }; 830 866 } 831 867 { ··· 932 968 fetch = { 933 969 type = "git"; 934 970 url = "https://github.com/vmware/govmomi"; 935 - rev = "e3a01f9611c32b2362366434bcd671516e78955d"; 936 - sha256 = "0cicd4m8ll7y1n0c97drmvmqwsqaspwpzc6nfp73f887m8ff1xis"; 971 + rev = "3617f28d167d448f93f282a867870f109516d2a5"; 972 + sha256 = "1a82g4vzfgzp8ppcq3dhgv8van85am467ckx788yqk7rj4c3i5ir"; 973 + }; 974 + } 975 + { 976 + goPackagePath = "github.com/wavefronthq/wavefront-sdk-go"; 977 + fetch = { 978 + type = "git"; 979 + url = "https://github.com/wavefronthq/wavefront-sdk-go"; 980 + rev = "fa87530cd02a8ad08bd179e1c39fb319a0cc0dae"; 981 + sha256 = "000ynkkpg2m4xynkmdx47asydw66nzp94f276gifws1a90yacay0"; 937 982 }; 938 983 } 939 984 { ··· 976 1021 goPackagePath = "golang.org/x/crypto"; 977 1022 fetch = { 978 1023 type = "git"; 979 - url = "https://go.googlesource.com/crypto"; 1024 + url = "https://github.com/golang/crypto.git"; 980 1025 rev = "a2144134853fc9a27a7b1e3eb4f19f1a76df13c9"; 981 1026 sha256 = "0hjjk6k9dq7zllwsw9icdfbli12ii379q2lajd6l7lyw72wy28by"; 982 1027 }; ··· 1000 1045 }; 1001 1046 } 1002 1047 { 1048 + goPackagePath = "golang.org/x/sync"; 1049 + fetch = { 1050 + type = "git"; 1051 + url = "https://github.com/golang/sync.git"; 1052 + rev = "42b317875d0fa942474b76e1b46a6060d720ae6e"; 1053 + sha256 = "0mrjhk7al7yyh76x9flvxy4jm5jyqh2fxbxagpaazxn1xdgkaif3"; 1054 + }; 1055 + } 1056 + { 1003 1057 goPackagePath = "golang.org/x/sys"; 1004 1058 fetch = { 1005 1059 type = "git"; 1006 1060 url = "https://go.googlesource.com/sys"; 1007 - rev = "ac767d655b305d4e9612f5f6e33120b9176c4ad4"; 1008 - sha256 = "1ds29n5lh4j21hmzxz7vk7hv1k6sixc7f0zsdc9xqdg0j7d212zm"; 1061 + rev = "7c4c994c65f702f41ed7d6620a2cb34107576a77"; 1062 + sha256 = "19ss1k6id7dc0i61vw9arz03vpvwc2mxwdn99qq2galy0z3b8hbi"; 1009 1063 }; 1010 1064 } 1011 1065 { 1012 1066 goPackagePath = "golang.org/x/text"; 1013 1067 fetch = { 1014 1068 type = "git"; 1015 - url = "https://go.googlesource.com/text"; 1069 + url = "https://github.com/golang/text.git"; 1016 1070 rev = "f21a4dfb5e38f5895301dc265a8def02365cc3d0"; 1017 1071 sha256 = "0r6x6zjzhr8ksqlpiwm5gdd7s209kwk5p4lw54xjvz10cs3qlq19"; 1018 1072 }; ··· 1054 1108 }; 1055 1109 } 1056 1110 { 1057 - goPackagePath = "gopkg.in/alecthomas/kingpin.v2"; 1058 - fetch = { 1059 - type = "git"; 1060 - url = "https://github.com/alecthomas/kingpin"; 1061 - rev = "947dcec5ba9c011838740e680966fd7087a71d0d"; 1062 - sha256 = "0mndnv3hdngr3bxp7yxfd47cas4prv98sqw534mx7vp38gd88n5r"; 1063 - }; 1064 - } 1065 - { 1066 1111 goPackagePath = "gopkg.in/asn1-ber.v1"; 1067 1112 fetch = { 1068 1113 type = "git"; ··· 1096 1141 url = "https://github.com/gorethink/gorethink"; 1097 1142 rev = "7f5bdfd858bb064d80559b2a32b86669c5de5d3b"; 1098 1143 sha256 = "1k4flhx93jbrcsi8k35dcdm7rcq3r8i8my4h8zhf5y9ayhcyph1m"; 1144 + }; 1145 + } 1146 + { 1147 + goPackagePath = "gopkg.in/inf.v0"; 1148 + fetch = { 1149 + type = "git"; 1150 + url = "https://github.com/go-inf/inf"; 1151 + rev = "d2d2541c53f18d2a059457998ce2876cc8e67cbf"; 1152 + sha256 = "00k5iqjcp371fllqxncv7jkf80hn1zww92zm78cclbcn4ybigkng"; 1099 1153 }; 1100 1154 } 1101 1155 { ··· 1143 1197 sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1"; 1144 1198 }; 1145 1199 } 1146 - ] 1200 + ]