snoottube-ops/mastodon/source.nix

12 lines
351 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/vivlim/glitch-soc-snoottube.git";
rev = "bda7744161227781376c4b2d49ed3fa893da0484";
sha256 = "1102r38i7l1kfwq2g0q6apr1xk9pqx62k62i24gxwd0105v002ls";
};
in applyPatches {
inherit src;
patches = [];
}