about summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
blob: be64ff23150dddb75b55e53992c31ac5ff7d8769 (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/tootsuite/mastodon.git";
    rev = "v3.4.1";
    sha256 = "1pg3yh6gfzwrhzm35s6ydpny4fj117z2avi4rck5d7n20j8s2hf5";
  };
in applyPatches {
  inherit src;
  patches = [./resolutions.patch ./version.patch ];
}