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