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

13 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-05-04 13:08: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-03 09:43:05 +02:00
rev = "c18884de32b60152600ec95ed42cdf9c00fdab7a";
sha256 = "08b520wfs7hpi4jy9srynydkkh5b2wwnb2b3xxa843yialf0qmlh";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
2023-05-04 13:08:10 +02:00
patches = [ ];
2022-09-10 15:10:01 +02:00
}