infrastructure/nixos/pkgs/glitch-soc/source.nix

12 lines
343 B
Nix
Raw Normal View History

2022-09-10 15:10:01 +02:00
# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
2022-10-14 21:09:46 +02:00
url = "https://github.com/glitch-soc/mastodon.git";
rev = "7e62688a0e656d71b0358fa55d5f6e8f8103c297";
sha256 = "0hz2p1vjalvrz3va6f0vdmmpi0iaw628giiwdpyyf7x0f95yzqyp";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
patches = [];
}