infrastructure/nixos/pkgs/glitch-soc/source.nix
Vivian 54e1ed3a2c
Some checks reported warnings
Lint / lint (push) Has been cancelled
Plex Update / update (push) Has been cancelled
update mastodon
2023-07-09 13:05:48 +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 = "a40529fa79c6882eb1929014e5f9324d8e81ae49";
sha256 = "0xppgbbms9a856w9h3pdzv4cxf4rgcg1wrxy8pmfmbf4cvjxkgpx";
};
in applyPatches {
inherit src;
patches = [];
}