infrastructure/nixos/pkgs/glitch-soc/source.nix
2022-10-14 21:09:46 +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 = "7e62688a0e656d71b0358fa55d5f6e8f8103c297";
sha256 = "0hz2p1vjalvrz3va6f0vdmmpi0iaw628giiwdpyyf7x0f95yzqyp";
};
in applyPatches {
inherit src;
patches = [];
}