From 065f7936c00c1db7174bb4d2822eee529a8d8164 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 25 Dec 2023 22:33:48 -0500 Subject: [PATCH] fix(firefox): update firefox-gnome-theme --- user/modules/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/modules/firefox.nix b/user/modules/firefox.nix index daf9b64..e06cb6d 100644 --- a/user/modules/firefox.nix +++ b/user/modules/firefox.nix @@ -5,8 +5,8 @@ source = pkgs.fetchFromGitHub { owner = "rafaelmardojai"; repo = "firefox-gnome-theme"; - rev = "v110"; - hash = "sha256-2KKntUo0uYCXZrnaB5Q7bf97+tUL3UiuyDtTlyjbXFo="; + rev = "v121"; + hash = "sha256-M+Cw6vh7xCDmIhyVuEPNmaNVUwpmdFQq8zlsXZTKees="; }; };