infrastructure/nixos/pkgs/glitch-soc/source.nix

12 lines
343 B
Nix
Raw Normal View History

2022-09-10 15:10:01 +02:00
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
2022-10-14 21:09:46 +02:00
url = "https://github.com/glitch-soc/mastodon.git";
2022-10-30 11:08:23 +01:00
rev = "371563b0e249b6369e04709fb974a8e57413529f";
sha256 = "19zbndh2scnjpcdfg142p8wc3a31qg8rzakfmk1x9vmf19sf8yf7";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
patches = [];
}