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