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.
2023-05-22 14:07:10 +02:00
{ fetchgit, applyPatches }: let
2022-09-10 15:10:01 +02:00
src = fetchgit {
2022-12-11 11:55:49 +01:00
url = "https://github.com/glitch-soc/mastodon.git";
2023-07-09 13:05:48 +02:00
rev = "a40529fa79c6882eb1929014e5f9324d8e81ae49";
sha256 = "0xppgbbms9a856w9h3pdzv4cxf4rgcg1wrxy8pmfmbf4cvjxkgpx";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
2023-05-22 14:07:10 +02:00
patches = [];
2022-09-10 15:10:01 +02:00
}