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-12-11 11:55:49 +01:00
url = "https://github.com/glitch-soc/mastodon.git";
2023-04-10 12:18:47 +02:00
rev = "ff168ef2024626f37fa776fde5739dcd58ecb9f2";
sha256 = "16w1hzx45i2kf5jgy32v96l4zaa1zzmvda19yqckc48l0fxcn39p";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
patches = [];
}