summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
blob: 4b1cd55b5e9e3cb23d232a69a3982dff2e28afe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
  src = fetchgit {
    url = "https://github.com/tootsuite/mastodon.git";
    rev = "v3.4.4";
    sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
  };
in applyPatches {
  inherit src;
  patches = [./resolutions.patch ./version.patch ];
}