about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/mastodon/source.nix
blob: 57eff626ee49889d59dea1224f03d4da47b916c7 (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.3.0";
    sha256 = "17wvggvy5mmyf3f1i5v1hgvh6wjdhg9hb3wiyfaydx0slsg03qba";
  };
in applyPatches {
  inherit src;
  patches = [./resolutions.patch ./version.patch ];
}