nixos-config/packages/mastodon/source.nix

12 lines
339 B
Nix
Raw Normal View History

2022-04-30 09:23:15 +00:00
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/glitch-soc/mastodon";
2022-05-09 18:47:52 +00:00
rev = "e8b8ac8908c6623f0fd7ffccc7de3882a773b72f";
sha256 = "09b783zmk8hmliyf52jf2ffyq1lyx8p39dyp80ybpd1affq09smk";
2022-04-30 09:23:15 +00:00
};
in applyPatches {
inherit src;
patches = [];
}