Unverified Commit 13fcc9bd authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

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

mastodon: 4.2.6 -> 4.2.7
parents e50b4111 61acce0c
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -1891,13 +1891,11 @@
    groups = ["default"];
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "e020fcc3a54d993ab45b7194d89ab720296c111b";
      sha256 = "18pbm9qkancy38v0gpb6f5k0xd8r347jl4xvj4jn98ihfhzgwygj";
      type = "git";
      url = "https://github.com/jhawthorn/nsa.git";
      remotes = ["https://rubygems.org"];
      sha256 = "1narh0bj0c9pg8cb2jhpydfa9mnm3dclckzk5s6xrwa2gm99hnk4";
      type = "gem";
    };
    version = "0.2.8";
    version = "0.3.0";
  };
  oj = {
    groups = ["default"];
@@ -2065,10 +2063,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0pfj771p5a29yyyw58qacks464sl86d5m3jxjl5rlqqw2m3v5xq4";
      sha256 = "0s4vskbydg5k0z86v2g5drf03lslkr4b1l421vz29531jlrsljvy";
      type = "gem";
    };
    version = "1.5.4";
    version = "1.5.5";
  };
  pghero = {
    dependencies = ["activerecord"];
+2 −2
Original line number Diff line number Diff line
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
  version = "4.2.6";
  version = "4.2.7";
in
(
  applyPatches {
@@ -9,7 +9,7 @@ in
      owner = "mastodon";
      repo = "mastodon";
      rev = "v${version}";
      hash = "sha256-xUJiyQN3xsl/8+D/kaky+iYunY0ctlSbjkftN2+NQNw=";
      hash = "sha256-lz1HMg/B6BOqGxypzDTTO5yY7C5B6QRNIpRnDZW2eGs=";
    };
    patches = patches ++ [];
  }) // {