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

19 lines
490 B
Nix
Raw Normal View History

2022-09-10 15:10:01 +02:00
# This file was generated by pkgs.mastodon.updateScript.
2023-12-06 19:58:23 +01:00
{ fetchFromGitHub, applyPatches, patches ? [] }:
2023-09-25 11:56:02 +02:00
let
2023-12-06 19:58:23 +01:00
version = "0e562916cce3241d98bd10f04a6aa7419700605";
2023-09-25 11:56:02 +02:00
in
2023-12-06 19:58:23 +01:00
(
applyPatches {
src = fetchFromGitHub {
owner = "glitch-soc";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-fZH3zPEU5jnYFhLx8OKDNrvsSVT46Peu92L84Fg5YpQ=";
};
2023-12-24 12:27:59 +01:00
inherit patches;
2023-12-06 19:58:23 +01:00
}) // {
inherit version;
yarnHash = "sha256-P7KswzsCusyiS4MxUFnC1HYMTQ6fLpIwd97AglCukIk=";
2022-09-10 15:10:01 +02:00
}