infrastructure/nixos/pkgs/glitch-soc/source.nix
2023-02-14 11:43:36 +01: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 = "ee4250545236e4330c46b43f4abfe94ad323d4d4";
sha256 = "12rwz4dy107p711d1pj33lsd32fwns0b2nif755mwrz0vzp29gr6";
};
in applyPatches {
inherit src;
patches = [];
}