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

14 lines
344 B
Nix
Raw Normal View History

2022-09-10 15:10:01 +02:00
# This file was generated by pkgs.mastodon.updateScript.
2023-09-25 11:56:02 +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-09-10 09:42:53 +02:00
rev = "a1df9fdb06854bd55f018918236132ccfa7d9d84";
sha256 = "0amqiigq3qgag6qm119aaysmd2k93vwgr1aynxjxmbpn35ykcay3";
2022-09-10 15:10:01 +02:00
};
2023-09-25 11:56:02 +02:00
in
applyPatches {
2022-09-10 15:10:01 +02:00
inherit src;
2023-09-25 11:56:02 +02:00
patches = [ ];
2022-09-10 15:10:01 +02:00
}