infrastructure/nixos/pkgs/glitch-soc/source.nix
2023-03-25 16:50:23 +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 = "00fe0f6cb4a736bbb5e633c567ddf7ac9a09ce69";
sha256 = "1shpwdxf2cjm0bqlsnarm6x3h7db784r7qda80bqy3ki5w65lwaf";
};
in applyPatches {
inherit src;
patches = [];
}