lol

Merge pull request #26898 from knedlsepp/update-gogs

gogs: 0.10.18 -> 0.11.19

authored by

Jörg Thalheim and committed by
GitHub
793620ef b8e9561e

+2 -446
+2 -3
pkgs/applications/version-management/gogs/default.nix
··· 7 7 8 8 buildGoPackage rec { 9 9 name = "gogs-${version}"; 10 - version = "0.10.18"; 10 + version = "0.11.19"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "gogits"; 14 14 repo = "gogs"; 15 15 rev = "v${version}"; 16 - sha256 = "1f1dlickjpdilf4j295i9v2h4ig4pf5d2mnpbr59wh14bby4bh0y"; 16 + sha256 = "0smzklhpfv3smqgzd0cnjdif3zi5q7b02grrnb5zssmdi1b2dlsd"; 17 17 }; 18 18 19 19 patchPhase = '' ··· 38 38 ''; 39 39 40 40 goPackagePath = "github.com/gogits/gogs"; 41 - goDeps = ./deps.nix; 42 41 43 42 meta = { 44 43 description = "A painless self-hosted Git service";
-443
pkgs/applications/version-management/gogs/deps.nix
··· 1 - [ 2 - { 3 - goPackagePath = "github.com/Unknwon/cae"; 4 - fetch = { 5 - type = "git"; 6 - url = "https://github.com/Unknwon/cae"; 7 - rev = "c6aac99ea2cae2ebaf23f26f76b04fe3fcfc9f8c"; 8 - sha256 = "0j6l1fcs6gp4qw6b9w3pg9fgah18lh1hanfz5y64r6ks244v3l7s"; 9 - }; 10 - } 11 - { 12 - goPackagePath = "github.com/Unknwon/com"; 13 - fetch = { 14 - type = "git"; 15 - url = "https://github.com/Unknwon/com"; 16 - rev = "28b053d5a2923b87ce8c5a08f3af779894a72758"; 17 - sha256 = "09i9slj4zbsqmwkkx9bqi7cgpv6hqby6r98l6qx1wag89qijybz2"; 18 - }; 19 - } 20 - { 21 - goPackagePath = "github.com/Unknwon/i18n"; 22 - fetch = { 23 - type = "git"; 24 - url = "https://github.com/Unknwon/i18n"; 25 - rev = "39d6f2727e0698b1021ceb6a77c1801aa92e7d5d"; 26 - sha256 = "1f4s9srdaqw2yqgc3d76vww3glbwka2f5q4zrwn8bb66kcazbfb7"; 27 - }; 28 - } 29 - { 30 - goPackagePath = "github.com/Unknwon/paginater"; 31 - fetch = { 32 - type = "git"; 33 - url = "https://github.com/Unknwon/paginater"; 34 - rev = "701c23f468663c34d1b1768c3ae1bcc57e11c5b3"; 35 - sha256 = "09h3gyd9wyzgbkny5g5ihd4ckmv0bams8g5y2xfkd55gizlmx07p"; 36 - }; 37 - } 38 - { 39 - goPackagePath = "github.com/bradfitz/gomemcache"; 40 - fetch = { 41 - type = "git"; 42 - url = "https://github.com/bradfitz/gomemcache"; 43 - rev = "2fafb84a66c4911e11a8f50955b01e74fe3ab9c5"; 44 - sha256 = "1k3vqmq008gad1cq1gaqa35k5ldn0z8fcx07c15x9v8p9xjbhkc9"; 45 - }; 46 - } 47 - { 48 - goPackagePath = "github.com/go-macaron/binding"; 49 - fetch = { 50 - type = "git"; 51 - url = "https://github.com/go-macaron/binding"; 52 - rev = "48920167fa152d02f228cfbece7e0f1e452d200a"; 53 - sha256 = "00h4mdyhqkh75vgafyyyn54kdpwj82ifg9l6lxv9gnkw6frxhkan"; 54 - }; 55 - } 56 - { 57 - goPackagePath = "github.com/go-macaron/cache"; 58 - fetch = { 59 - type = "git"; 60 - url = "https://github.com/go-macaron/cache"; 61 - rev = "56173531277692bc2925924d51fda1cd0a6b8178"; 62 - sha256 = "1116a22wm43q2l54nnycgli90kix787j20mpgya9qb6xnglcck59"; 63 - }; 64 - } 65 - { 66 - goPackagePath = "github.com/go-macaron/captcha"; 67 - fetch = { 68 - type = "git"; 69 - url = "https://github.com/go-macaron/captcha"; 70 - rev = "8aa5919789ab301e865595eb4b1114d6b9847deb"; 71 - sha256 = "0wdihxbl7yw4wg2x0wb09kv9swfpr5j06wsj4hxn3xcbpqi9viwm"; 72 - }; 73 - } 74 - { 75 - goPackagePath = "github.com/go-macaron/csrf"; 76 - fetch = { 77 - type = "git"; 78 - url = "https://github.com/go-macaron/csrf"; 79 - rev = "6a9a7df172cc1fcd81e4585f44b09200b6087cc0"; 80 - sha256 = "173da2hl9fcfgkn0nv1ws3pr0gyyp88amhj2bfk4414k5a3r0nsa"; 81 - }; 82 - } 83 - { 84 - goPackagePath = "github.com/go-macaron/gzip"; 85 - fetch = { 86 - type = "git"; 87 - url = "https://github.com/go-macaron/gzip"; 88 - rev = "cad1c6580a07c56f5f6bc52d66002a05985c5854"; 89 - sha256 = "12mq3dd1vd0jbi80fxab4ysmipbz9zhbm9nw6y6a6bw3byc8w4jf"; 90 - }; 91 - } 92 - { 93 - goPackagePath = "github.com/go-macaron/i18n"; 94 - fetch = { 95 - type = "git"; 96 - url = "https://github.com/go-macaron/i18n"; 97 - rev = "ef57533c3b0fc2d8581deda14937e52f11a203ab"; 98 - sha256 = "1nkrcnpjl3x6fhjss2vp29mnvam20vpvxvxpfg1zspi1rjmpyhqy"; 99 - }; 100 - } 101 - { 102 - goPackagePath = "github.com/go-macaron/inject"; 103 - fetch = { 104 - type = "git"; 105 - url = "https://github.com/go-macaron/inject"; 106 - rev = "d8a0b8677191f4380287cfebd08e462217bac7ad"; 107 - sha256 = "0p47pz699xhmi8yxhahvrpai9r49rqap5ckwmz1dlkrnh3zwhrhh"; 108 - }; 109 - } 110 - { 111 - goPackagePath = "github.com/go-macaron/session"; 112 - fetch = { 113 - type = "git"; 114 - url = "https://github.com/go-macaron/session"; 115 - rev = "b8a2b5ef7fb4c91c1c8ca23e2a52e29a4bcbb22f"; 116 - sha256 = "1nz823fn23wp87pzzhpxlbr6j7q4khywa9n0h1kpdikiy87z5k5m"; 117 - }; 118 - } 119 - { 120 - goPackagePath = "github.com/go-macaron/toolbox"; 121 - fetch = { 122 - type = "git"; 123 - url = "https://github.com/go-macaron/toolbox"; 124 - rev = "99a42f20e9e88daec5c0d7beb4e7eac134680ab0"; 125 - sha256 = "0r6ksiqzrii7b9vv8daz68044pyifsxmpz48m6h8m6l3h9ygz8cx"; 126 - }; 127 - } 128 - { 129 - goPackagePath = "github.com/go-sql-driver/mysql"; 130 - fetch = { 131 - type = "git"; 132 - url = "https://github.com/go-sql-driver/mysql"; 133 - rev = "2e00b5cd70399450106cec6431c2e2ce3cae5034"; 134 - sha256 = "085g48jq9hzmlcxg122n0c4pi41sc1nn2qpx1vrl2jfa8crsppa5"; 135 - }; 136 - } 137 - { 138 - goPackagePath = "github.com/go-xorm/builder"; 139 - fetch = { 140 - type = "git"; 141 - url = "https://github.com/go-xorm/builder"; 142 - rev = "db75972580de4a7c6c20fff5b16a924c3de3fa12"; 143 - sha256 = "0qgrvjfghkgfhbrm989yhrwgs36d6wxcap012glpmd2ddp5klw46"; 144 - }; 145 - } 146 - { 147 - goPackagePath = "github.com/go-xorm/core"; 148 - fetch = { 149 - type = "git"; 150 - url = "https://github.com/go-xorm/core"; 151 - rev = "2fbe2c76c6781d9e1c0398fc25386426e611f975"; 152 - sha256 = "1rfry5md6g8b6d6vyqpqys3wl2mxf6v55d2aapxlx3hqn6lz0lax"; 153 - }; 154 - } 155 - { 156 - goPackagePath = "github.com/go-xorm/xorm"; 157 - fetch = { 158 - type = "git"; 159 - url = "https://github.com/go-xorm/xorm"; 160 - rev = "2189b36884a485d1d609fc5690bfc71a8a7de8c3"; 161 - sha256 = "02z140xbwqins6ql8hwdr6ar3d67jqrkm22bamqbj2rmfl7z0846"; 162 - }; 163 - } 164 - { 165 - goPackagePath = "github.com/gogits/chardet"; 166 - fetch = { 167 - type = "git"; 168 - url = "https://github.com/gogits/chardet"; 169 - rev = "2404f777256163ea3eadb273dada5dcb037993c0"; 170 - sha256 = "1dki2pqhnzcmzlqrq4d4jwknnjxm82xqnmizjjdblb6h98ans1cd"; 171 - }; 172 - } 173 - { 174 - goPackagePath = "github.com/gogits/cron"; 175 - fetch = { 176 - type = "git"; 177 - url = "https://github.com/gogits/cron"; 178 - rev = "2fc07a4c4f1e3c4d2301c5ed578d5e2c31c70421"; 179 - sha256 = "0a153pspisnhjpxjsryqdb29y6b8ics0203icbq5lps2g5jyaiw0"; 180 - }; 181 - } 182 - { 183 - goPackagePath = "github.com/gogits/git-module"; 184 - fetch = { 185 - type = "git"; 186 - url = "https://github.com/gogits/git-module"; 187 - rev = "df1013f8eb4dc70de90bc5597bf560a4b7da802e"; 188 - sha256 = "1vnfiwdwp210hn7z7fgi5i80mggk76blbhykqg8wvx8bi0wxlrs8"; 189 - }; 190 - } 191 - { 192 - goPackagePath = "github.com/gogits/go-gogs-client"; 193 - fetch = { 194 - type = "git"; 195 - url = "https://github.com/gogits/go-gogs-client"; 196 - rev = "98046bb98061fc6baa5bb86359af0b7c300d384a"; 197 - sha256 = "1wsg70irk4lwyak4kn2ml64j1fglqkyzs2lgc2mk4n4j5kn9hs1k"; 198 - }; 199 - } 200 - { 201 - goPackagePath = "github.com/gogits/go-libravatar"; 202 - fetch = { 203 - type = "git"; 204 - url = "https://github.com/gogits/go-libravatar"; 205 - rev = "cd1abbd55d09b793672732a7a1dfdaa12a40dfd0"; 206 - sha256 = "00xvnddfh1m5g17mrnvp505i4sgwpk1r0wqz6a15bp6lvadwwlnj"; 207 - }; 208 - } 209 - { 210 - goPackagePath = "github.com/issue9/identicon"; 211 - fetch = { 212 - type = "git"; 213 - url = "https://github.com/issue9/identicon"; 214 - rev = "d36b54562f4cf70c83653e13dc95c220c79ef521"; 215 - sha256 = "0y82b3gq8rpqglvf3lsqhgp5djfdammwd1w24k3i97iqls0rch7l"; 216 - }; 217 - } 218 - { 219 - goPackagePath = "github.com/jaytaylor/html2text"; 220 - fetch = { 221 - type = "git"; 222 - url = "https://github.com/jaytaylor/html2text"; 223 - rev = "4b9124c9b0a2279e2092c4a9aaf1c83bbd2dcffc"; 224 - sha256 = "1yp0rawzziia9diffxs6k5g85acq3a62yb5ajbvy04r2p04dv85h"; 225 - }; 226 - } 227 - { 228 - goPackagePath = "github.com/klauspost/compress"; 229 - fetch = { 230 - type = "git"; 231 - url = "https://github.com/klauspost/compress"; 232 - rev = "e3b7981a12dd3cab49afa1d3a50e715846f23732"; 233 - sha256 = "0hxciiaqrbf7rr112r7rwk7jcwhvjpbhnp8ikszp56zwqd64k9vn"; 234 - }; 235 - } 236 - { 237 - goPackagePath = "github.com/klauspost/cpuid"; 238 - fetch = { 239 - type = "git"; 240 - url = "https://github.com/klauspost/cpuid"; 241 - rev = "09cded8978dc9e80714c4d85b0322337b0a1e5e0"; 242 - sha256 = "05l8pfch0gvxh0khapwxhsk4xajn40vbjr360n49vh2z5531v2xq"; 243 - }; 244 - } 245 - { 246 - goPackagePath = "github.com/klauspost/crc32"; 247 - fetch = { 248 - type = "git"; 249 - url = "https://github.com/klauspost/crc32"; 250 - rev = "cb6bfca970f6908083f26f39a79009d608efd5cd"; 251 - sha256 = "0q4yr4isgmph1yf1vq527lpmid7vqv56q7vxh3gkp5679fb90q6n"; 252 - }; 253 - } 254 - { 255 - goPackagePath = "github.com/lib/pq"; 256 - fetch = { 257 - type = "git"; 258 - url = "https://github.com/lib/pq"; 259 - rev = "8df6253d1317616f36b0c3740eb30c239a7372cb"; 260 - sha256 = "0djs6k6rdh06v8bz0msn0lv532hk2vrljj1pz4kgmbqcmd17y31k"; 261 - }; 262 - } 263 - { 264 - goPackagePath = "github.com/mcuadros/go-version"; 265 - fetch = { 266 - type = "git"; 267 - url = "https://github.com/mcuadros/go-version"; 268 - rev = "257f7b9a7d87427c8d7f89469a5958d57f8abd7c"; 269 - sha256 = "0mpbcc698503hbrlc74l3nqd6hdr0n6vybfzw10pg7qx3cpmn512"; 270 - }; 271 - } 272 - { 273 - goPackagePath = "github.com/microcosm-cc/bluemonday"; 274 - fetch = { 275 - type = "git"; 276 - url = "https://github.com/microcosm-cc/bluemonday"; 277 - rev = "e79763773ab6222ca1d5a7cbd9d62d83c1f77081"; 278 - sha256 = "04rd8jzy8kzzm0j0k7wy90pykl8ws43yhhwl2gkyz6rak10jhqpz"; 279 - }; 280 - } 281 - { 282 - goPackagePath = "github.com/nfnt/resize"; 283 - fetch = { 284 - type = "git"; 285 - url = "https://github.com/nfnt/resize"; 286 - rev = "891127d8d1b52734debe1b3c3d7e747502b6c366"; 287 - sha256 = "08lg2v4s1iyzqja7xb69d57gpz1y43yqfwv7i4fa7a06m595r9iw"; 288 - }; 289 - } 290 - { 291 - goPackagePath = "github.com/russross/blackfriday"; 292 - fetch = { 293 - type = "git"; 294 - url = "https://github.com/russross/blackfriday"; 295 - rev = "5f33e7b7878355cd2b7e6b8eefc48a5472c69f70"; 296 - sha256 = "0d7faqxrxvh8hwc1r8gbasgmr8x5blxvzciwspir2yafjfbqy87k"; 297 - }; 298 - } 299 - { 300 - goPackagePath = "github.com/satori/go.uuid"; 301 - fetch = { 302 - type = "git"; 303 - url = "https://github.com/satori/go.uuid"; 304 - rev = "b061729afc07e77a8aa4fad0a2fd840958f1942a"; 305 - sha256 = "0q87n5an7ha2d8kl6gn9wi41rq0whsxq68w5x3nxz7w9vgkfnq1k"; 306 - }; 307 - } 308 - { 309 - goPackagePath = "github.com/sergi/go-diff"; 310 - fetch = { 311 - type = "git"; 312 - url = "https://github.com/sergi/go-diff"; 313 - rev = "83532ca1c1caa393179c677b6facf48e61f4ca5d"; 314 - sha256 = "08niiivkn9a1hdl738w2sq4vq6csqhw91an8wq83dk40q62f4sq8"; 315 - }; 316 - } 317 - { 318 - goPackagePath = "github.com/shurcooL/sanitized_anchor_name"; 319 - fetch = { 320 - type = "git"; 321 - url = "https://github.com/shurcooL/sanitized_anchor_name"; 322 - rev = "1dba4b3954bc059efc3991ec364f9f9a35f597d2"; 323 - sha256 = "0pwap8lp79pldd95a1qi3xhlsa17m8zddpgc5jzvk6d1cjpsm6qg"; 324 - }; 325 - } 326 - { 327 - goPackagePath = "github.com/urfave/cli"; 328 - fetch = { 329 - type = "git"; 330 - url = "https://github.com/urfave/cli"; 331 - rev = "0bdeddeeb0f650497d603c4ad7b20cfe685682f6"; 332 - sha256 = "1ny63c7bfwfrsp7vfkvb4i0xhq4v7yxqnwxa52y4xlfxs4r6v6fg"; 333 - }; 334 - } 335 - { 336 - goPackagePath = "golang.org/x/crypto"; 337 - fetch = { 338 - type = "git"; 339 - url = "https://go.googlesource.com/crypto"; 340 - rev = "cb497ae8f18e3c55f81bc9f3876c8f4c3d8a2813"; 341 - sha256 = "0zah08y0a9rqk1ggp0ylkpycr3amrc22ncsppyrymry44g56xyfj"; 342 - }; 343 - } 344 - { 345 - goPackagePath = "golang.org/x/net"; 346 - fetch = { 347 - type = "git"; 348 - url = "https://go.googlesource.com/net"; 349 - rev = "ae05321a78c1401cec22ba7bc203b597ea372496"; 350 - sha256 = "1fzbijklrmhwj4mlwrnrxbbrhlzpgrsbv05zldbkvhic14g0ii2c"; 351 - }; 352 - } 353 - { 354 - goPackagePath = "golang.org/x/text"; 355 - fetch = { 356 - type = "git"; 357 - url = "https://go.googlesource.com/text"; 358 - rev = "44f4f658a783b0cee41fe0a23b8fc91d9c120558"; 359 - sha256 = "1hgwc2p5azfyzvl7i47my3wnbp2g7814a2sshqw63dvggs9mszcx"; 360 - }; 361 - } 362 - { 363 - goPackagePath = "gopkg.in/asn1-ber.v1"; 364 - fetch = { 365 - type = "git"; 366 - url = "https://gopkg.in/asn1-ber.v1"; 367 - rev = "4e86f4367175e39f69d9358a5f17b4dda270378d"; 368 - sha256 = "13p8s74kzklb5lklfpxwxb78rknihawv1civ4s9bfqx565010fwk"; 369 - }; 370 - } 371 - { 372 - goPackagePath = "gopkg.in/bufio.v1"; 373 - fetch = { 374 - type = "git"; 375 - url = "https://gopkg.in/bufio.v1"; 376 - rev = "567b2bfa514e796916c4747494d6ff5132a1dfce"; 377 - sha256 = "1z5pj778hdianlfj14p0d67g69v4gc2kvn6jg27z5jf75a88l19b"; 378 - }; 379 - } 380 - { 381 - goPackagePath = "gopkg.in/editorconfig/editorconfig-core-go.v1"; 382 - fetch = { 383 - type = "git"; 384 - url = "https://gopkg.in/editorconfig/editorconfig-core-go.v1"; 385 - rev = "a872f05c2e34b37b567401384d202aff11ba06d4"; 386 - sha256 = "17mc7rm0fl5vi7ky95c2bd7c8ck0ms5bghzmgx9qk7x1zrw91335"; 387 - }; 388 - } 389 - { 390 - goPackagePath = "gopkg.in/gomail.v2"; 391 - fetch = { 392 - type = "git"; 393 - url = "https://gopkg.in/gomail.v2"; 394 - rev = "81ebce5c23dfd25c6c67194b37d3dd3f338c98b1"; 395 - sha256 = "0zdykrv5s19lnq0g49p6njldy4cpk4g161vyjafiw7f84h8r28mc"; 396 - }; 397 - } 398 - { 399 - goPackagePath = "gopkg.in/ini.v1"; 400 - fetch = { 401 - type = "git"; 402 - url = "https://gopkg.in/ini.v1"; 403 - rev = "6f66b0e091edb3c7b380f7c4f0f884274d550b67"; 404 - sha256 = "1n09b7ypbayhk6x7qi3g3hrqjlmj5yszwl5d8jykjd5azp6h8sb8"; 405 - }; 406 - } 407 - { 408 - goPackagePath = "gopkg.in/ldap.v2"; 409 - fetch = { 410 - type = "git"; 411 - url = "https://gopkg.in/ldap.v2"; 412 - rev = "8168ee085ee43257585e50c6441aadf54ecb2c9f"; 413 - sha256 = "1w0993i8bl8sap01gwm1v6hjp0rsanj2mbpyabwcwnns2g79n895"; 414 - }; 415 - } 416 - { 417 - goPackagePath = "gopkg.in/macaron.v1"; 418 - fetch = { 419 - type = "git"; 420 - url = "https://gopkg.in/macaron.v1"; 421 - rev = "ddb19a9f3e8cedd44696b9dd5854dc8a43f3dd6c"; 422 - sha256 = "0riggdq8zxy5x6zhks66slvsg22b9i4399f7ns2l6daj79myqyvy"; 423 - }; 424 - } 425 - { 426 - goPackagePath = "gopkg.in/redis.v2"; 427 - fetch = { 428 - type = "git"; 429 - url = "https://gopkg.in/redis.v2"; 430 - rev = "e6179049628164864e6e84e973cfb56335748dea"; 431 - sha256 = "02hifpgak39y39lbn7v2ybbpk3rmb8nvmb3h3490frr8s4pfkb8h"; 432 - }; 433 - } 434 - { 435 - goPackagePath = "github.com/mattn/go-sqlite3"; 436 - fetch = { 437 - type = "git"; 438 - url = "https://github.com/mattn/go-sqlite3"; 439 - rev = "b4142c444a8941d0d92b0b7103a24df9cd815e42"; 440 - sha256 = "0xq2y4am8dz9w9aaq24s1npg1sn8pf2gn4nki73ylz2fpjwq9vla"; 441 - }; 442 - } 443 - ]