summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
blob: 151782e479fe0123f4b17a799229bf4b4dcb0aa6 (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/mastodon/mastodon.git";
    rev = "v3.5.3";
    sha256 = "1z0fgyvzz7nlbg2kaxsh53c4bq4y6n5f9r8lyfa7vzvz9nwrkqiq";
  };
in applyPatches {
  inherit src;
  patches = [];
}