From a2ce398565167b2667bf1189ee8e1998ad7e695c Mon Sep 17 00:00:00 2001 From: fi Date: Wed, 7 May 2025 04:30:49 +0200 Subject: [PATCH] Update mastodon yarnHash --- config/hosts/mastodon/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/mastodon/mastodon.nix b/config/hosts/mastodon/mastodon.nix index c0207d8..993f43e 100644 --- a/config/hosts/mastodon/mastodon.nix +++ b/config/hosts/mastodon/mastodon.nix @@ -49,7 +49,7 @@ let "${mastodonNekoversePatches}/patches/006_increase_toot_character_limit.patch" ]; }; - yarnHash = "sha256-e5c04M6XplAgaVyldU5HmYMYtY3MAWs+a8Z/BGSyGBg="; + yarnHash = "sha256-IC4d/skIHEzJPuKlq4rMAqV+ydqquA6toq4WWCfuDxo="; }); }; pkgs-overlay = pkgs.extend mastodonNekoverseOverlay;