snoottube-ops/mastodon/source.nix

12 lines
351 B
Nix
Raw Normal View History

2023-02-20 18:24:12 -08:00
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/vivlim/glitch-soc-snoottube.git";
2023-06-11 16:36:34 -07:00
rev = "fddc4b593c39be7436cd641c75c491fb189a649c";
sha256 = "0v6xg3cbr5a7190dzqxipls57s2c0p1s1zvrnbr2avdxjmcyfr96";
2023-02-20 18:24:12 -08:00
};
in applyPatches {
inherit src;
patches = [];
}