Merge pull request #289258 from leona-ya/mastodon-4.2.7

mastodon: 4.2.6 -> 4.2.7

authored by Kerstin and committed by GitHub 13fcc9bd e50b4111

+8 -10
+6 -8
pkgs/servers/mastodon/gemset.nix
··· 1891 1891 groups = ["default"]; 1892 1892 platforms = []; 1893 1893 source = { 1894 - fetchSubmodules = false; 1895 - rev = "e020fcc3a54d993ab45b7194d89ab720296c111b"; 1896 - sha256 = "18pbm9qkancy38v0gpb6f5k0xd8r347jl4xvj4jn98ihfhzgwygj"; 1897 - type = "git"; 1898 - url = "https://github.com/jhawthorn/nsa.git"; 1894 + remotes = ["https://rubygems.org"]; 1895 + sha256 = "1narh0bj0c9pg8cb2jhpydfa9mnm3dclckzk5s6xrwa2gm99hnk4"; 1896 + type = "gem"; 1899 1897 }; 1900 - version = "0.2.8"; 1898 + version = "0.3.0"; 1901 1899 }; 1902 1900 oj = { 1903 1901 groups = ["default"]; ··· 2065 2063 platforms = []; 2066 2064 source = { 2067 2065 remotes = ["https://rubygems.org"]; 2068 - sha256 = "0pfj771p5a29yyyw58qacks464sl86d5m3jxjl5rlqqw2m3v5xq4"; 2066 + sha256 = "0s4vskbydg5k0z86v2g5drf03lslkr4b1l421vz29531jlrsljvy"; 2069 2067 type = "gem"; 2070 2068 }; 2071 - version = "1.5.4"; 2069 + version = "1.5.5"; 2072 2070 }; 2073 2071 pghero = { 2074 2072 dependencies = ["activerecord"];
+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.6"; 4 + version = "4.2.7"; 5 5 in 6 6 ( 7 7 applyPatches { ··· 9 9 owner = "mastodon"; 10 10 repo = "mastodon"; 11 11 rev = "v${version}"; 12 - hash = "sha256-xUJiyQN3xsl/8+D/kaky+iYunY0ctlSbjkftN2+NQNw="; 12 + hash = "sha256-lz1HMg/B6BOqGxypzDTTO5yY7C5B6QRNIpRnDZW2eGs="; 13 13 }; 14 14 patches = patches ++ []; 15 15 }) // {