infrastructure/nixos/pkgs/glitch-soc/source.nix
Victor c740f8ec15
All checks were successful
Plex Update / update (push) Successful in 9s
Lint / lint (push) Successful in 2s
update mastodon
2023-07-04 12:32:41 +02:00

11 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 = "ed15893eed1d0f0b80867c0b834a5962c0dbd3c2";
sha256 = "1lkcqqgk8pfrwjz5m8zq5dnwix18sc4i89cc58iqifwqzb53wqxl";
};
in applyPatches {
inherit src;
patches = [];
}