summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
blob: 8ab2543e47600d07afd97865c2ee44bcdcf3aa32 (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 = "v4.0.2";
    sha256 = "1szb11bss66yvh8750pzib3r0w1fm9h84sf5daqsnbm871hgzlw0";
  };
in applyPatches {
  inherit src;
  patches = [];
}