about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/mastodon/source.nix
blob: 3493962e6bd9125bf5c5a677d2ddd7e48fc26cbd (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.6";
    sha256 = "1lg25m6wsnb7iabbn1vpvn85csv6ywyvcm0ji6d8iq7wwgyq77xs";
  };
in applyPatches {
  inherit src;
  patches = [ ];
}