infrastructure/nixos/pkgs/glitch-soc/source.nix
2022-11-11 19:22:15 +01:00

12 lines
336 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://git.0x76.dev/v/mastodon.git";
rev = "6df9d388e7cb3d90a6d1fb0a920c1ce16db60822";
sha256 = "1ah34pc6v4qkld16393wzid8l0pyc81w2lzh1hk9r3anncpp86dr";
};
in applyPatches {
inherit src;
patches = [];
}