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-03-20 14:51:39 +01:00
rev = "00fe0f6cb4a736bbb5e633c567ddf7ac9a09ce69";
sha256 = "1shpwdxf2cjm0bqlsnarm6x3h7db784r7qda80bqy3ki5w65lwaf";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
patches = [];
}