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-12-11 11:55:49 +01:00
url = "https://github.com/glitch-soc/mastodon.git";
2023-01-23 12:06:57 +01:00
rev = "368d6fe54f94ad2ecd2a1c1e7e5a2359dc37ad30";
sha256 = "05hcnw7rar4cbxidf5ln0r5asp9kavp5mqkja0gq39rrnhb99lcs";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
patches = [];
}