From c437f4dcb048b31a309ea6a9b1182021bc372654 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 31 Oct 2023 01:00:49 +0100 Subject: [PATCH] Update mastodon-nekoverse-patches --- 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 620e6c2..620e379 100644 --- a/config/hosts/mastodon/mastodon.nix +++ b/config/hosts/mastodon/mastodon.nix @@ -2,7 +2,7 @@ let mastodonNekoversePatches = pkgs.fetchgit { url = "https://github.com/yuri-qq/nekoverse-mastodon-patches.git"; - hash = "sha256-+HoE3rXiJUpAUYiXj4BaOL68cCG1tN8p+TI7vRxrA1Y="; + hash = "sha256-6YXWc8LTPdZzP1TWBmVp00CyZXUIzZbMX85cwrIcAks="; }; mastodonNekoverseOverlay = final: prev: { mastodon = (prev.mastodon.override rec {