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