From f748c16067deafb7f49fa8dbb4c08c34fccf5d1b Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 5 Dec 2024 22:00:16 +0100 Subject: [PATCH] mastodon: update TangerineUI --- system/nixos/mastodon.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/nixos/mastodon.nix b/system/nixos/mastodon.nix index ce8f047..7e21129 100644 --- a/system/nixos/mastodon.nix +++ b/system/nixos/mastodon.nix @@ -11,8 +11,8 @@ let tangerine-ui = pkgs.fetchFromGitHub { owner = "nileane"; repo = "TangerineUI-for-Mastodon"; - rev = "v2.1"; - hash = "sha256-7B5rdiAJmMf5f/HwCU1nTNSu40F4Y6aISQkLMH1JGGE="; + rev = "v2.3"; + hash = "sha256-Yl5UOjcp0Q3WpiLgfjQFVVEQs4WlVUSBCS7kuO+39wQ="; }; in {