From 678563cffec276dd1a89f62a273306287199d2c1 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Thu, 16 May 2024 15:54:07 -0400 Subject: [PATCH] chore(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 e06cb6d..b98aa26 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 = "v121"; - hash = "sha256-M+Cw6vh7xCDmIhyVuEPNmaNVUwpmdFQq8zlsXZTKees="; + rev = "v125"; + hash = "sha256-N1BmvredC7xfZhobNOog0+0KrbGXPbQmmmWHT1eOoBw="; }; };