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

12 lines
336 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-11-06 22:13:48 +01:00
url = "https://git.0x76.dev/v/mastodon.git";
2022-11-11 19:22:15 +01:00
rev = "6df9d388e7cb3d90a6d1fb0a920c1ce16db60822";
sha256 = "1ah34pc6v4qkld16393wzid8l0pyc81w2lzh1hk9r3anncpp86dr";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
patches = [];
}