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-05-22 14:07:10 +02:00
rev = "058898802a377877961ff3bfa7d5209a5e275545";
sha256 = "0rn7l94031yl1lyyz7yvky6bqshw4nllwissxlpyqcmii52gwp7y";
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
}