infrastructure/nixos/pkgs/glitch-soc/source.nix
2023-05-22 14:07:10 +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 = "058898802a377877961ff3bfa7d5209a5e275545";
sha256 = "0rn7l94031yl1lyyz7yvky6bqshw4nllwissxlpyqcmii52gwp7y";
};
in applyPatches {
inherit src;
patches = [];
}