about summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
blob: eced26d6f8a03ec0668e31a1c6ff30a8e9d861cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches, fetchpatch }: let
  src = fetchgit {
    url = "https://github.com/mastodon/mastodon.git";
    rev = "v4.1.1";
    sha256 = "1c0mxz45pkgmyw81z025n1ps1dkdq92337h7sd865w2fbgmzg50l";
  };
in applyPatches {
  inherit src;
  patches = [
    (fetchpatch {
      url = "https://github.com/mastodon/mastodon/commit/e7b81d7d9625893b1323e12215a2a98c0f19f58f.patch";
      hash = "sha256-cF0wtbjTNbsyqHb3uy5zYFaACIcziJ2ulJpOT5VoDO0=";
    })
  ];
}