about summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
blob: db090f192740543a380066ca8426cb007e09d1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches }: let
  src = fetchFromGitHub {
    owner = "mastodon";
    repo = "mastodon";
    rev = "v4.1.9";
    hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo=";
  };
in applyPatches {
  inherit src;
  patches = [];
}