nixpkgs/pkgs/servers/mastodon/source.nix
Milan Pässler 0640c21563
mastodon: init at 3.3.0
Co-authored-by: Happy River <happyriver93@runbox.com>
Co-authored-by: Justin Humm <justin.humm@posteo.de>
Co-authored-by: Alyssa Ross <hi@alyssa.is>
Co-authored-by: adisbladis <adisbladis@gmail.com>
2021-02-12 15:37:14 +00:00

12 lines
344 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/tootsuite/mastodon.git";
rev = "v3.3.0";
sha256 = "17wvggvy5mmyf3f1i5v1hgvh6wjdhg9hb3wiyfaydx0slsg03qba";
};
in applyPatches {
inherit src;
patches = [./resolutions.patch ./version.patch ];
}