infrastructure/nixos/pkgs/glitch-soc/source.nix
2023-01-23 12:06:57 +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 = "368d6fe54f94ad2ecd2a1c1e7e5a2359dc37ad30";
sha256 = "05hcnw7rar4cbxidf5ln0r5asp9kavp5mqkja0gq39rrnhb99lcs";
};
in applyPatches {
inherit src;
patches = [];
}