nixpkgs/pkgs/servers/mastodon/source.nix
2022-05-04 09:19:41 +02:00

12 lines
307 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/mastodon/mastodon.git";
rev = "v3.5.2";
sha256 = "03sk0rzf7zy0vpq6f5f909hx5gbnan5b5h068grgzv2v7lj11was";
};
in applyPatches {
inherit src;
patches = [];
}