infrastructure/nixos/pkgs/glitch-soc/source.nix
Victor a160d5314b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update mastodon
2023-05-03 09:43:05 +02:00

11 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 = "c18884de32b60152600ec95ed42cdf9c00fdab7a";
sha256 = "08b520wfs7hpi4jy9srynydkkh5b2wwnb2b3xxa843yialf0qmlh";
};
in applyPatches {
inherit src;
patches = [];
}