Merge pull request #288806 from farcaller/mastodon

mastodon: 4.2.5 -> 4.2.6

authored by Kerstin and committed by GitHub ceef74d1 fcd1520a

+16 -16
+14 -14
pkgs/servers/mastodon/gemset.nix
··· 610 610 platforms = []; 611 611 source = { 612 612 remotes = ["https://rubygems.org"]; 613 - sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q"; 613 + sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; 614 614 type = "gem"; 615 615 }; 616 - version = "1.2.2"; 616 + version = "1.2.3"; 617 617 }; 618 618 connection_pool = { 619 619 groups = ["default" "test"]; ··· 1723 1723 platforms = []; 1724 1724 source = { 1725 1725 remotes = ["https://rubygems.org"]; 1726 - sha256 = "02mj8mpd6ck5gpcnsimx5brzggw5h5mmmpq2djdypfq16wcw82qq"; 1726 + sha256 = "1kl9c3kdchjabrihdqfmcplk3lq4cw1rr9f378y6q22qwy5dndvs"; 1727 1727 type = "gem"; 1728 1728 }; 1729 - version = "2.8.4"; 1729 + version = "2.8.5"; 1730 1730 }; 1731 1731 minitest = { 1732 1732 groups = ["default" "development" "pam_authentication" "production" "test"]; ··· 1881 1881 platforms = []; 1882 1882 source = { 1883 1883 remotes = ["https://rubygems.org"]; 1884 - sha256 = "0k9w2z0953mnjrsji74cshqqp08q7m1r6zhadw1w0g34xzjh3a74"; 1884 + sha256 = "173zavvxlwyi48lfskk48wcrdbkvjlhjhvy4jpcrfx72rpjjx4k8"; 1885 1885 type = "gem"; 1886 1886 }; 1887 - version = "1.15.4"; 1887 + version = "1.16.2"; 1888 1888 }; 1889 1889 nsa = { 1890 1890 dependencies = ["activesupport" "concurrent-ruby" "sidekiq" "statsd-ruby"]; ··· 2170 2170 platforms = []; 2171 2171 source = { 2172 2172 remotes = ["https://rubygems.org"]; 2173 - sha256 = "11v3l46mwnlzlc371wr3x6yylpgafgwdf0q7hc7c1lzx6r414r5g"; 2173 + sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp"; 2174 2174 type = "gem"; 2175 2175 }; 2176 - version = "1.7.1"; 2176 + version = "1.7.3"; 2177 2177 }; 2178 2178 rack = { 2179 2179 groups = ["default" "development" "pam_authentication" "production" "test"]; ··· 2781 2781 platforms = []; 2782 2782 source = { 2783 2783 remotes = ["https://rubygems.org"]; 2784 - sha256 = "0w9a1cwv86c9zb3hj1m42gbjk6r7rgs5ismalr9c9nx365yyj90i"; 2784 + sha256 = "0zqr9is8y7mg5dfs1q8w5jl9spwvqkhbi9r6np8208n40hi3pydl"; 2785 2785 type = "gem"; 2786 2786 }; 2787 - version = "6.5.10"; 2787 + version = "6.5.12"; 2788 2788 }; 2789 2789 sidekiq-bulk = { 2790 2790 dependencies = ["sidekiq"]; ··· 2814 2814 platforms = []; 2815 2815 source = { 2816 2816 remotes = ["https://rubygems.org"]; 2817 - sha256 = "02f91b24hrrn688wqvxb13lwvcgqb7g9k3sxylnydd6v89wr8mcg"; 2817 + sha256 = "1am17wfx023z1x9sxq90cyjarcmcwb95mi456mcf13m783r4n190"; 2818 2818 type = "gem"; 2819 2819 }; 2820 - version = "7.1.29"; 2820 + version = "7.1.33"; 2821 2821 }; 2822 2822 simple-navigation = { 2823 2823 dependencies = ["activesupport"]; ··· 3025 3025 platforms = []; 3026 3026 source = { 3027 3027 remotes = ["https://rubygems.org"]; 3028 - sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg"; 3028 + sha256 = "1hx77jxkrwi66yvs10wfxqa8s25ds25ywgrrf66acm9nbfg7zp0s"; 3029 3029 type = "gem"; 3030 3030 }; 3031 - version = "1.2.2"; 3031 + version = "1.3.0"; 3032 3032 }; 3033 3033 tilt = { 3034 3034 groups = ["default" "development"];
+2 -2
pkgs/servers/mastodon/source.nix
··· 1 1 # This file was generated by pkgs.mastodon.updateScript. 2 2 { fetchFromGitHub, applyPatches, patches ? [] }: 3 3 let 4 - version = "4.2.5"; 4 + version = "4.2.6"; 5 5 in 6 6 ( 7 7 applyPatches { ··· 9 9 owner = "mastodon"; 10 10 repo = "mastodon"; 11 11 rev = "v${version}"; 12 - hash = "sha256-dgC5V/CVE9F1ORTjPWUWc/JVcWCEj/pb4eWpDV0WliY="; 12 + hash = "sha256-xUJiyQN3xsl/8+D/kaky+iYunY0ctlSbjkftN2+NQNw="; 13 13 }; 14 14 patches = patches ++ []; 15 15 }) // {