mastodon: 3.5.1 -> 3.5.2

authored by techknowlogick and committed by Kerstin 404e8283 20ba4150

+76 -76
+1 -1
pkgs/servers/mastodon/default.nix
··· 18 19 yarnOfflineCache = fetchYarnDeps { 20 yarnLock = "${src}/yarn.lock"; 21 - sha256 = "sha256-Swe7AH/j1+N1T20xaQ+U0Ajtoe9BGzsghAjN1QakOp8="; 22 }; 23 24 mastodon-gems = bundlerEnv {
··· 18 19 yarnOfflineCache = fetchYarnDeps { 20 yarnLock = "${src}/yarn.lock"; 21 + sha256 = "sha256-FCwyJJwZ3/CVPT8LUid+KJcWCmFQet8Cftl7DVYhZ6I="; 22 }; 23 24 mastodon-gems = bundlerEnv {
+72 -72
pkgs/servers/mastodon/gemset.nix
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "1zsb2x1j044rcx9b2ijgnp1ir7vsccxfrar59pvra83j5pjmsyiz"; 9 type = "gem"; 10 }; 11 - version = "6.1.5"; 12 }; 13 actionmailbox = { 14 dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"]; ··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "1pzpf5vivh864an88gb7fab1gh137prfjpbf92mx5qnln1wjhlgh"; 20 type = "gem"; 21 }; 22 - version = "6.1.5"; 23 }; 24 actionmailer = { 25 dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"]; ··· 27 platforms = []; 28 source = { 29 remotes = ["https://rubygems.org"]; 30 - sha256 = "0sm5rp2jxlikhvv7085r7zrazy42dw74k9rlniaka8m6wfas01nf"; 31 type = "gem"; 32 }; 33 - version = "6.1.5"; 34 }; 35 actionpack = { 36 dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; ··· 38 platforms = []; 39 source = { 40 remotes = ["https://rubygems.org"]; 41 - sha256 = "0kk8c6n94lg5gyarsy33wakw04zbmdwgfr7zxv4zzmbnp1yach0w"; 42 type = "gem"; 43 }; 44 - version = "6.1.5"; 45 }; 46 actiontext = { 47 dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"]; ··· 49 platforms = []; 50 source = { 51 remotes = ["https://rubygems.org"]; 52 - sha256 = "1hkqhliw766vcd4c83af2dd1hcnbsh5zkcx8bdqmjcq7zqfn7xib"; 53 type = "gem"; 54 }; 55 - version = "6.1.5"; 56 }; 57 actionview = { 58 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 60 platforms = []; 61 source = { 62 remotes = ["https://rubygems.org"]; 63 - sha256 = "16w7pl8ir253g1dzlzx4mwrjsx3v7fl7zn941xz53zb4ld286mhi"; 64 type = "gem"; 65 }; 66 - version = "6.1.5"; 67 }; 68 active_model_serializers = { 69 dependencies = ["actionpack" "activemodel" "case_transform" "jsonapi-renderer"]; ··· 92 platforms = []; 93 source = { 94 remotes = ["https://rubygems.org"]; 95 - sha256 = "0arf4vxcahb9f9y5fa1ap7dwnknfjb0d5g9zsh0dnqfga9vp1hws"; 96 type = "gem"; 97 }; 98 - version = "6.1.5"; 99 }; 100 activemodel = { 101 dependencies = ["activesupport"]; ··· 103 platforms = []; 104 source = { 105 remotes = ["https://rubygems.org"]; 106 - sha256 = "16anyz7wqwmphzb6w1sgmvdvj50g3zp70s94s5v8hwxj680f6195"; 107 type = "gem"; 108 }; 109 - version = "6.1.5"; 110 }; 111 activerecord = { 112 dependencies = ["activemodel" "activesupport"]; ··· 114 platforms = []; 115 source = { 116 remotes = ["https://rubygems.org"]; 117 - sha256 = "0jl6jc9g9jxsljfnnmbkxrgwrz86icw6g745cv6iavryizrmw939"; 118 type = "gem"; 119 }; 120 - version = "6.1.5"; 121 }; 122 activestorage = { 123 dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime"]; ··· 125 platforms = []; 126 source = { 127 remotes = ["https://rubygems.org"]; 128 - sha256 = "0gpxx9wyavp1mhy6fmyj4b20c4x0dcdj94y0ag61fgnyishd19ph"; 129 type = "gem"; 130 }; 131 - version = "6.1.5"; 132 }; 133 activesupport = { 134 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; ··· 136 platforms = []; 137 source = { 138 remotes = ["https://rubygems.org"]; 139 - sha256 = "0jmqndx3a46hpwz33ximqch27018n3mk9z19azgpylm33w7xpkx4"; 140 type = "gem"; 141 }; 142 - version = "6.1.5"; 143 }; 144 addressable = { 145 dependencies = ["public_suffix"]; ··· 250 platforms = []; 251 source = { 252 remotes = ["https://rubygems.org"]; 253 - sha256 = "0q5c8jjnlz6dlkxwsm6cj9n1z08pylvibsx8r42z50ws0jw2f7jm"; 254 type = "gem"; 255 }; 256 - version = "1.558.0"; 257 }; 258 aws-sdk-core = { 259 dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "jmespath"]; ··· 261 platforms = []; 262 source = { 263 remotes = ["https://rubygems.org"]; 264 - sha256 = "0cmrz2ddv8235z2dx1hyw85mh3lxaipk9dyy10zk2fvmv1nkfkiq"; 265 type = "gem"; 266 }; 267 - version = "3.127.0"; 268 }; 269 aws-sdk-kms = { 270 dependencies = ["aws-sdk-core" "aws-sigv4"]; ··· 272 platforms = []; 273 source = { 274 remotes = ["https://rubygems.org"]; 275 - sha256 = "0fmpdll52ng1kfn4r5ndcyppn5553qvvxw87w58m9n70ga3avasi"; 276 type = "gem"; 277 }; 278 - version = "1.55.0"; 279 }; 280 aws-sdk-s3 = { 281 dependencies = ["aws-sdk-core" "aws-sdk-kms" "aws-sigv4"]; ··· 283 platforms = []; 284 source = { 285 remotes = ["https://rubygems.org"]; 286 - sha256 = "0iafjly868kdzmpxkv1ndmqm524ik36ibs15mqh145vw32gz7bax"; 287 type = "gem"; 288 }; 289 - version = "1.113.0"; 290 }; 291 aws-sigv4 = { 292 dependencies = ["aws-eventstream"]; ··· 294 platforms = []; 295 source = { 296 remotes = ["https://rubygems.org"]; 297 - sha256 = "1wh1y79v0s4zgby2m79bnifk65hwf5pvk2yyrxzn2jkjjq8f8fqa"; 298 type = "gem"; 299 }; 300 - version = "1.4.0"; 301 }; 302 bcrypt = { 303 groups = ["default" "pam_authentication"]; ··· 369 platforms = []; 370 source = { 371 remotes = ["https://rubygems.org"]; 372 - sha256 = "053hx5hz1zdcqwywlnabzf0gkrrchhzh66p1bfzvrryb075lsqm1"; 373 type = "gem"; 374 }; 375 - version = "1.10.3"; 376 }; 377 brakeman = { 378 groups = ["development"]; 379 platforms = []; 380 source = { 381 remotes = ["https://rubygems.org"]; 382 - sha256 = "197bvfm4rpczyrpbjzn7zh4q6rxigwnxnnmvvgfg9451k3jjygyy"; 383 type = "gem"; 384 }; 385 - version = "5.2.1"; 386 }; 387 browser = { 388 groups = ["default"]; ··· 864 platforms = []; 865 source = { 866 remotes = ["https://rubygems.org"]; 867 - sha256 = "0xsfa02hin2ymfcf0bdvsw6wk8w706rrfdqpy6b4f439zbqmn05m"; 868 type = "gem"; 869 }; 870 - version = "1.2.6"; 871 }; 872 excon = { 873 groups = ["default"]; ··· 1102 platforms = []; 1103 source = { 1104 remotes = ["https://rubygems.org"]; 1105 - sha256 = "0l8878iqg85zmpifjfnidpp17swgh103a0br68nqakflnn0zwcka"; 1106 type = "gem"; 1107 }; 1108 - version = "1.5.2"; 1109 }; 1110 fuubar = { 1111 dependencies = ["rspec-core" "ruby-progressbar"]; ··· 1312 platforms = []; 1313 source = { 1314 remotes = ["https://rubygems.org"]; 1315 - sha256 = "1f3pgfjk4xmyjhqqq8dpx3vbxbq1d9bwlh3d7957vnkpdwk432n0"; 1316 type = "gem"; 1317 }; 1318 - version = "1.0.8"; 1319 }; 1320 idn-ruby = { 1321 groups = ["default"]; ··· 1342 platforms = []; 1343 source = { 1344 remotes = ["https://rubygems.org"]; 1345 - sha256 = "1gjrr5pdcl3l3skhp9d0jzs4yhmknpv3ldcz59b339b9lqbqasnr"; 1346 type = "gem"; 1347 }; 1348 - version = "1.6.0"; 1349 }; 1350 json = { 1351 groups = ["default" "test"]; ··· 1545 platforms = []; 1546 source = { 1547 remotes = ["https://rubygems.org"]; 1548 - sha256 = "15s6z5bvhdhnqv4wg8zcz3mhbc7i4dbqskv5jvhprz33ak7682km"; 1549 type = "gem"; 1550 }; 1551 - version = "2.16.0"; 1552 }; 1553 mail = { 1554 dependencies = ["mini_mime"]; ··· 1690 platforms = []; 1691 source = { 1692 remotes = ["https://rubygems.org"]; 1693 - sha256 = "0b98w2j7g89ihnc753hh3if68r5qrmdp9n2j6mvqy2yl73sbv739"; 1694 type = "gem"; 1695 }; 1696 - version = "1.4.4"; 1697 }; 1698 multi_json = { 1699 groups = ["default"]; ··· 1762 platforms = []; 1763 source = { 1764 remotes = ["https://rubygems.org"]; 1765 - sha256 = "1p6b3q411h2mw4dsvhjrp1hh66hha5cm69fqg85vn2lizz71n6xz"; 1766 type = "gem"; 1767 }; 1768 - version = "1.13.3"; 1769 }; 1770 nsa = { 1771 dependencies = ["activesupport" "concurrent-ruby" "sidekiq" "statsd-ruby"]; ··· 1941 platforms = []; 1942 source = { 1943 remotes = ["https://rubygems.org"]; 1944 - sha256 = "00rqwbbxiq7rsmfisfnqbgdswbwdm937f2wmj840j8wahsqmj2r8"; 1945 type = "gem"; 1946 }; 1947 - version = "2.8.2"; 1948 }; 1949 pkg-config = { 1950 groups = ["default"]; ··· 2099 platforms = []; 2100 source = { 2101 remotes = ["https://rubygems.org"]; 2102 - sha256 = "1rc6simyql7ax5zzp667x6krl0xxxh3asc1av6gcn8j6cyl86wsx"; 2103 type = "gem"; 2104 }; 2105 - version = "6.6.0"; 2106 }; 2107 rack-cors = { 2108 dependencies = ["rack"]; ··· 2154 platforms = []; 2155 source = { 2156 remotes = ["https://rubygems.org"]; 2157 - sha256 = "1yr66s65nfw5yclf1x0ziy80gzhp9vqvyy0yzl0npmx25h4aizdv"; 2158 type = "gem"; 2159 }; 2160 - version = "6.1.5"; 2161 }; 2162 rails-controller-testing = { 2163 dependencies = ["actionpack" "actionview" "activesupport"]; ··· 2220 platforms = []; 2221 source = { 2222 remotes = ["https://rubygems.org"]; 2223 - sha256 = "1fdqhv8qhk2dspkrr9f5dj3806g52cb0l1chh2hx8v81y218cl93"; 2224 type = "gem"; 2225 }; 2226 - version = "6.1.5"; 2227 }; 2228 rainbow = { 2229 groups = ["default" "development" "test"]; ··· 2293 platforms = []; 2294 source = { 2295 remotes = ["https://rubygems.org"]; 2296 - sha256 = "155f6cr4rrfw5bs5xd3m5kfw32qhc5fsi4nk82rhif56rc6cs0wm"; 2297 type = "gem"; 2298 }; 2299 - version = "2.2.1"; 2300 }; 2301 request_store = { 2302 dependencies = ["rack"]; ··· 2399 platforms = []; 2400 source = { 2401 remotes = ["https://rubygems.org"]; 2402 - sha256 = "0y38dc66yhnfcf4ky3k47c20xak1rax940s4a96qkjxqrniy5ys3"; 2403 type = "gem"; 2404 }; 2405 - version = "3.11.0"; 2406 }; 2407 rspec-rails = { 2408 dependencies = ["actionpack" "activesupport" "railties" "rspec-core" "rspec-expectations" "rspec-mocks" "rspec-support"]; ··· 2410 platforms = []; 2411 source = { 2412 remotes = ["https://rubygems.org"]; 2413 - sha256 = "0jj5zs9h2ll8iz699ac4bysih7y4csnf8h5h80bm6ppbf02ly8fa"; 2414 type = "gem"; 2415 }; 2416 - version = "5.1.1"; 2417 }; 2418 rspec-sidekiq = { 2419 dependencies = ["rspec-core" "sidekiq"]; ··· 2453 platforms = []; 2454 source = { 2455 remotes = ["https://rubygems.org"]; 2456 - sha256 = "06105yrqajpm5l07fng1nbk55y9490hny542zclnan8hg841pjgl"; 2457 type = "gem"; 2458 }; 2459 - version = "1.26.1"; 2460 }; 2461 rubocop-ast = { 2462 dependencies = ["parser"]; ··· 2464 platforms = []; 2465 source = { 2466 remotes = ["https://rubygems.org"]; 2467 - sha256 = "1bd2z82ly7fix8415gvfiwzb6bjialz5rs3sr72kv1lk68rd23wv"; 2468 type = "gem"; 2469 }; 2470 - version = "1.16.0"; 2471 }; 2472 rubocop-rails = { 2473 dependencies = ["activesupport" "rack" "rubocop"]; ··· 2603 platforms = []; 2604 source = { 2605 remotes = ["https://rubygems.org"]; 2606 - sha256 = "13pc206l9w1wklrgkcafbp332cf8ikl4wfks6ikhk9lvd6hi22sx"; 2607 type = "gem"; 2608 }; 2609 - version = "3.1.1"; 2610 }; 2611 sidekiq-unique-jobs = { 2612 dependencies = ["brpoplpush-redis_script" "concurrent-ruby" "sidekiq" "thor"]; ··· 2614 platforms = []; 2615 source = { 2616 remotes = ["https://rubygems.org"]; 2617 - sha256 = "1b2dcw604mmjh4ncfwsidzbzqaa3fbngqidhvhsjv6ladpzsrb8y"; 2618 type = "gem"; 2619 }; 2620 - version = "7.1.16"; 2621 }; 2622 simple-navigation = { 2623 dependencies = ["activesupport"];
··· 5 platforms = []; 6 source = { 7 remotes = ["https://rubygems.org"]; 8 + sha256 = "0znrdixzpbr7spr4iwp19z3r2f2klggh9pmnsiix8qrvccc5lsdl"; 9 type = "gem"; 10 }; 11 + version = "6.1.5.1"; 12 }; 13 actionmailbox = { 14 dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"]; ··· 16 platforms = []; 17 source = { 18 remotes = ["https://rubygems.org"]; 19 + sha256 = "17mcv2qfjkix1q18nj6kidrhdwxd0rdzssdkdanrpp905z0sx0mw"; 20 type = "gem"; 21 }; 22 + version = "6.1.5.1"; 23 }; 24 actionmailer = { 25 dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"]; ··· 27 platforms = []; 28 source = { 29 remotes = ["https://rubygems.org"]; 30 + sha256 = "1084nk3fzq76gzl6kc9dwb586g3kcj1kmp8w1nsrhpl523ljgl1s"; 31 type = "gem"; 32 }; 33 + version = "6.1.5.1"; 34 }; 35 actionpack = { 36 dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; ··· 38 platforms = []; 39 source = { 40 remotes = ["https://rubygems.org"]; 41 + sha256 = "1b2vxprwfkza3h6z3pq508hsjh1hz9f8d7739j469mqlxsq5jh1l"; 42 type = "gem"; 43 }; 44 + version = "6.1.5.1"; 45 }; 46 actiontext = { 47 dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"]; ··· 49 platforms = []; 50 source = { 51 remotes = ["https://rubygems.org"]; 52 + sha256 = "0ld6x9x05b1n40rjp83hsi4byp15zvb3lmvfk2h8jgxfrpb47c6j"; 53 type = "gem"; 54 }; 55 + version = "6.1.5.1"; 56 }; 57 actionview = { 58 dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; ··· 60 platforms = []; 61 source = { 62 remotes = ["https://rubygems.org"]; 63 + sha256 = "0y54nw3x38lj0qh36hlzjw82px328k01fyrk21d6xlpn1w0j98gv"; 64 type = "gem"; 65 }; 66 + version = "6.1.5.1"; 67 }; 68 active_model_serializers = { 69 dependencies = ["actionpack" "activemodel" "case_transform" "jsonapi-renderer"]; ··· 92 platforms = []; 93 source = { 94 remotes = ["https://rubygems.org"]; 95 + sha256 = "1i6s8ppwnf0zcz466i5qi2gd7fdgxkl22db50mxkyfnbwnzbfw49"; 96 type = "gem"; 97 }; 98 + version = "6.1.5.1"; 99 }; 100 activemodel = { 101 dependencies = ["activesupport"]; ··· 103 platforms = []; 104 source = { 105 remotes = ["https://rubygems.org"]; 106 + sha256 = "01bbxwbih29qcmqrrvqymlc6hjf0r38rpwdfgaimisp5vms3xxsn"; 107 type = "gem"; 108 }; 109 + version = "6.1.5.1"; 110 }; 111 activerecord = { 112 dependencies = ["activemodel" "activesupport"]; ··· 114 platforms = []; 115 source = { 116 remotes = ["https://rubygems.org"]; 117 + sha256 = "1yscjy5766g67ip3g7614b0hhrpgz5qk22nj8ghzcjqh3fj2k2n0"; 118 type = "gem"; 119 }; 120 + version = "6.1.5.1"; 121 }; 122 activestorage = { 123 dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime"]; ··· 125 platforms = []; 126 source = { 127 remotes = ["https://rubygems.org"]; 128 + sha256 = "1m0m7k0p5b7dfpmh9aqfs5fapaymkml3gspirpaq6w9w55ahf6pv"; 129 type = "gem"; 130 }; 131 + version = "6.1.5.1"; 132 }; 133 activesupport = { 134 dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; ··· 136 platforms = []; 137 source = { 138 remotes = ["https://rubygems.org"]; 139 + sha256 = "1ylj0nwk9y5hbgv93wk8kkbg9z9bv1052ic37n9ib34w0bkgrzw4"; 140 type = "gem"; 141 }; 142 + version = "6.1.5.1"; 143 }; 144 addressable = { 145 dependencies = ["public_suffix"]; ··· 250 platforms = []; 251 source = { 252 remotes = ["https://rubygems.org"]; 253 + sha256 = "1afpq7sczg91xx5xi4xlgcwrrhmy3k6mrk60ph8avbfiyxgw27pc"; 254 type = "gem"; 255 }; 256 + version = "1.582.0"; 257 }; 258 aws-sdk-core = { 259 dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "jmespath"]; ··· 261 platforms = []; 262 source = { 263 remotes = ["https://rubygems.org"]; 264 + sha256 = "0hajbavfngn99hcz6n20162jygvwdflldvnlrza7z32hizawaaan"; 265 type = "gem"; 266 }; 267 + version = "3.130.2"; 268 }; 269 aws-sdk-kms = { 270 dependencies = ["aws-sdk-core" "aws-sigv4"]; ··· 272 platforms = []; 273 source = { 274 remotes = ["https://rubygems.org"]; 275 + sha256 = "14dcfqqdx1dy7qwrdyqdvqjs53kswm4njvg34f61jpl9xi3h2yf3"; 276 type = "gem"; 277 }; 278 + version = "1.56.0"; 279 }; 280 aws-sdk-s3 = { 281 dependencies = ["aws-sdk-core" "aws-sdk-kms" "aws-sigv4"]; ··· 283 platforms = []; 284 source = { 285 remotes = ["https://rubygems.org"]; 286 + sha256 = "17pc197a6axmnj6rbhgsvks2w0mv2mmr2bwh1k4mazbfp72ss87i"; 287 type = "gem"; 288 }; 289 + version = "1.113.2"; 290 }; 291 aws-sigv4 = { 292 dependencies = ["aws-eventstream"]; ··· 294 platforms = []; 295 source = { 296 remotes = ["https://rubygems.org"]; 297 + sha256 = "0xp7diwq7nv4vvxrl9x3lis2l4x6bissrfzbfyy6rv5bmj5w109z"; 298 type = "gem"; 299 }; 300 + version = "1.5.0"; 301 }; 302 bcrypt = { 303 groups = ["default" "pam_authentication"]; ··· 369 platforms = []; 370 source = { 371 remotes = ["https://rubygems.org"]; 372 + sha256 = "0bjhh8pngmvnrsri2h6a753pgv0xdkbbgi1bmv6c7q137sp37jbg"; 373 type = "gem"; 374 }; 375 + version = "1.11.1"; 376 }; 377 brakeman = { 378 groups = ["development"]; 379 platforms = []; 380 source = { 381 remotes = ["https://rubygems.org"]; 382 + sha256 = "1bk1xz5w29cq84svnrlgcrwvy1lpkwqrv6cmkkivs3yrym09av14"; 383 type = "gem"; 384 }; 385 + version = "5.2.2"; 386 }; 387 browser = { 388 groups = ["default"]; ··· 864 platforms = []; 865 source = { 866 remotes = ["https://rubygems.org"]; 867 + sha256 = "1d2z4ky2v15dpcz672i2p7lb2nc793dasq3yq3660h2az53kss9v"; 868 type = "gem"; 869 }; 870 + version = "1.2.7"; 871 }; 872 excon = { 873 groups = ["default"]; ··· 1102 platforms = []; 1103 source = { 1104 remotes = ["https://rubygems.org"]; 1105 + sha256 = "16xki30md6bygc62yi2s1y002vq6dm3bhjcjb9pl5dpr3al3fa1j"; 1106 type = "gem"; 1107 }; 1108 + version = "1.5.3"; 1109 }; 1110 fuubar = { 1111 dependencies = ["rspec-core" "ruby-progressbar"]; ··· 1312 platforms = []; 1313 source = { 1314 remotes = ["https://rubygems.org"]; 1315 + sha256 = "1hiblss98hmybs82xsaavhz1cwlhhx92jzlx8ypkriylxhhwmigk"; 1316 type = "gem"; 1317 }; 1318 + version = "1.0.9"; 1319 }; 1320 idn-ruby = { 1321 groups = ["default"]; ··· 1342 platforms = []; 1343 source = { 1344 remotes = ["https://rubygems.org"]; 1345 + sha256 = "1mnvb80cdg7fzdcs3xscv21p28w4igk5sj5m7m81xp8v2ks87jj0"; 1346 type = "gem"; 1347 }; 1348 + version = "1.6.1"; 1349 }; 1350 json = { 1351 groups = ["default" "test"]; ··· 1545 platforms = []; 1546 source = { 1547 remotes = ["https://rubygems.org"]; 1548 + sha256 = "0fpx5p8n0jq4bdazb2vn19sqkmh398rk9b2pa3gdi43snfn485cr"; 1549 type = "gem"; 1550 }; 1551 + version = "2.17.0"; 1552 }; 1553 mail = { 1554 dependencies = ["mini_mime"]; ··· 1690 platforms = []; 1691 source = { 1692 remotes = ["https://rubygems.org"]; 1693 + sha256 = "1i0gbypr1yxwfkaxzrk0i1wz4n6v3mw7z24k65jy3q1h5lda5xbw"; 1694 type = "gem"; 1695 }; 1696 + version = "1.5.1"; 1697 }; 1698 multi_json = { 1699 groups = ["default"]; ··· 1762 platforms = []; 1763 source = { 1764 remotes = ["https://rubygems.org"]; 1765 + sha256 = "1g43ii497cwdqhfnaxfl500bq5yfc5hfv5df1lvf6wcjnd708ihd"; 1766 type = "gem"; 1767 }; 1768 + version = "1.13.4"; 1769 }; 1770 nsa = { 1771 dependencies = ["activesupport" "concurrent-ruby" "sidekiq" "statsd-ruby"]; ··· 1941 platforms = []; 1942 source = { 1943 remotes = ["https://rubygems.org"]; 1944 + sha256 = "1v0cszy9lgjqn3ax8pbj5fg01pg83wyl41wzid3g35h4xdxz1d4a"; 1945 type = "gem"; 1946 }; 1947 + version = "2.8.3"; 1948 }; 1949 pkg-config = { 1950 groups = ["default"]; ··· 2099 platforms = []; 2100 source = { 2101 remotes = ["https://rubygems.org"]; 2102 + sha256 = "049s3y3dpl6dn478g912y6f9nzclnnkl30psrbc2w5kaihj5szhq"; 2103 type = "gem"; 2104 }; 2105 + version = "6.6.1"; 2106 }; 2107 rack-cors = { 2108 dependencies = ["rack"]; ··· 2154 platforms = []; 2155 source = { 2156 remotes = ["https://rubygems.org"]; 2157 + sha256 = "08a9wl2g4q403jc9iziqh37c64yccp6rzxz6avy0l7ydslpxggv8"; 2158 type = "gem"; 2159 }; 2160 + version = "6.1.5.1"; 2161 }; 2162 rails-controller-testing = { 2163 dependencies = ["actionpack" "actionview" "activesupport"]; ··· 2220 platforms = []; 2221 source = { 2222 remotes = ["https://rubygems.org"]; 2223 + sha256 = "0lirp0g1n114gwkqbqki2fjqwnbyzhn30z97jhikqldd0r54f4b9"; 2224 type = "gem"; 2225 }; 2226 + version = "6.1.5.1"; 2227 }; 2228 rainbow = { 2229 groups = ["default" "development" "test"]; ··· 2293 platforms = []; 2294 source = { 2295 remotes = ["https://rubygems.org"]; 2296 + sha256 = "0a6nxfq3ln1i109jx172n33s73a90l8g04h8p56bmw9phj467h9k"; 2297 type = "gem"; 2298 }; 2299 + version = "2.3.0"; 2300 }; 2301 request_store = { 2302 dependencies = ["rack"]; ··· 2399 platforms = []; 2400 source = { 2401 remotes = ["https://rubygems.org"]; 2402 + sha256 = "07vagjxdm5a6s103y8zkcnja6avpl8r196hrpiffmg7sk83dqdsm"; 2403 type = "gem"; 2404 }; 2405 + version = "3.11.1"; 2406 }; 2407 rspec-rails = { 2408 dependencies = ["actionpack" "activesupport" "railties" "rspec-core" "rspec-expectations" "rspec-mocks" "rspec-support"]; ··· 2410 platforms = []; 2411 source = { 2412 remotes = ["https://rubygems.org"]; 2413 + sha256 = "1cqw7bhj4a4rhh1x9i5gjm9r91ckhjyngw0zcr7jw2jnfis10d7l"; 2414 type = "gem"; 2415 }; 2416 + version = "5.1.2"; 2417 }; 2418 rspec-sidekiq = { 2419 dependencies = ["rspec-core" "sidekiq"]; ··· 2453 platforms = []; 2454 source = { 2455 remotes = ["https://rubygems.org"]; 2456 + sha256 = "00d9nzlnbxr3jqkya2b2rcahs9l22qpdk5qf3y7pws8m555l8slk"; 2457 type = "gem"; 2458 }; 2459 + version = "1.27.0"; 2460 }; 2461 rubocop-ast = { 2462 dependencies = ["parser"]; ··· 2464 platforms = []; 2465 source = { 2466 remotes = ["https://rubygems.org"]; 2467 + sha256 = "1k9izkr5rhw3zc309yjp17z7496l74j4li3zrcgpgqfnqwz695qx"; 2468 type = "gem"; 2469 }; 2470 + version = "1.17.0"; 2471 }; 2472 rubocop-rails = { 2473 dependencies = ["activesupport" "rack" "rubocop"]; ··· 2603 platforms = []; 2604 source = { 2605 remotes = ["https://rubygems.org"]; 2606 + sha256 = "0ncly0glyvcx8cm976c811iw70y5wyix6iwfsmmgfvi0jmy1h4v3"; 2607 type = "gem"; 2608 }; 2609 + version = "3.2.0"; 2610 }; 2611 sidekiq-unique-jobs = { 2612 dependencies = ["brpoplpush-redis_script" "concurrent-ruby" "sidekiq" "thor"]; ··· 2614 platforms = []; 2615 source = { 2616 remotes = ["https://rubygems.org"]; 2617 + sha256 = "0ibrdlpvlra8wxkhapiipwrx8v9y6wpmxlfn5r53swvhmlkrjqgq"; 2618 type = "gem"; 2619 }; 2620 + version = "7.1.21"; 2621 }; 2622 simple-navigation = { 2623 dependencies = ["activesupport"];
+2 -2
pkgs/servers/mastodon/source.nix
··· 2 { fetchgit, applyPatches }: let 3 src = fetchgit { 4 url = "https://github.com/mastodon/mastodon.git"; 5 - rev = "v3.5.1"; 6 - sha256 = "0n6ml245jdc2inzw7jwhxbqlfkp5bs61kslyy71ww6a29ndd6hv0"; 7 }; 8 in applyPatches { 9 inherit src;
··· 2 { fetchgit, applyPatches }: let 3 src = fetchgit { 4 url = "https://github.com/mastodon/mastodon.git"; 5 + rev = "v3.5.2"; 6 + sha256 = "03sk0rzf7zy0vpq6f5f909hx5gbnan5b5h068grgzv2v7lj11was"; 7 }; 8 in applyPatches { 9 inherit src;
+1 -1
pkgs/servers/mastodon/version.nix
··· 1 - "3.5.1"
··· 1 + "3.5.2"