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