depot/third_party/nixpkgs/pkgs/servers/mastodon/source.nix

12 lines
307 B
Nix
Raw Normal View History

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