infrastructure/nixos/pkgs/glitch-soc/source.nix
Vivian c0ea8308b2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update fedi & add shield ip
2023-04-10 12:18:47 +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 = "ff168ef2024626f37fa776fde5739dcd58ecb9f2";
sha256 = "16w1hzx45i2kf5jgy32v96l4zaa1zzmvda19yqckc48l0fxcn39p";
};
in applyPatches {
inherit src;
patches = [];
}