Unverified Commit efe5306e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

mastodon: 4.4.4 -> 4.4.5 (#445569)

parents 07661a87 c0c1c107
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3727,10 +3727,10 @@
    platforms = [ ];
    source = {
      remotes = [ "https://rubygems.org" ];
      sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7";
      sha256 = "0hninnbvqd2pn40h863lbrn9p11gvdxp928izkag5ysx8b1s5q0r";
      type = "gem";
    };
    version = "3.4.1";
    version = "3.4.4";
  };
  rotp = {
    groups = [ "default" ];
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
  patches ? [ ],
}:
let
  version = "4.4.4";
  version = "4.4.5";
in
applyPatches {
  src = fetchFromGitHub {
    owner = "mastodon";
    repo = "mastodon";
    rev = "v${version}";
    hash = "sha256-60d+mOFOEihS21MOXStXsDOxyKTifbbZ+cwSj/KvFpg=";
    hash = "sha256-+URMSqjdtxYHoVHXWzeIHETOlAs1WU+VxSQBVIEdhjI=";
    passthru = {
      inherit version;
      yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";