infrastructure/nixos/pkgs/glitch-soc/source.nix
Vivian 1baad4b758
Some checks failed
Lint / lint (push) Failing after 1m15s
Plex Update / update (push) Successful in 1m33s
update mastodon
2023-09-10 09:42:53 +02:00

12 lines
343 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/glitch-soc/mastodon.git";
rev = "a1df9fdb06854bd55f018918236132ccfa7d9d84";
sha256 = "0amqiigq3qgag6qm119aaysmd2k93vwgr1aynxjxmbpn35ykcay3";
};
in applyPatches {
inherit src;
patches = [];
}