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.
2023-05-22 14:07: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-07-04 12:32:41 +02:00
rev = "ed15893eed1d0f0b80867c0b834a5962c0dbd3c2";
sha256 = "1lkcqqgk8pfrwjz5m8zq5dnwix18sc4i89cc58iqifwqzb53wqxl";
2022-09-10 15:10:01 +02:00
};
in applyPatches {
inherit src;
2023-05-22 14:07:10 +02:00
patches = [];
2022-09-10 15:10:01 +02:00
}