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

19 lines
498 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
2024-02-14 15:27:32 +01:00
version = "bc39b3196db8c79719c5a6c920c780284b8266a";
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}";
2024-02-14 15:27:32 +01:00
hash = "sha256-6ipYkF0PP3D15PD7vyN1cGqnxoBRrXEaRsrto7ZXej0=";
2023-12-06 19:58:23 +01:00
};
2024-02-14 15:27:32 +01:00
patches = patches ++ [];
2023-12-06 19:58:23 +01:00
}) // {
inherit version;
2024-02-14 15:27:32 +01:00
yarnHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
2022-09-10 15:10:01 +02:00
}