nixpkgs/pkgs/servers/mastodon/source.nix
2023-06-20 23:36:06 +02:00

13 lines
306 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches }: let
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v4.1.2";
sha256 = "mkcGEQVE+sF4jYdEubHTGK9mp9O/Ny08AUqnnwW736M=";
};
in applyPatches {
inherit src;
patches = [];
}