From d77c8e70decc0fecc6396729a0f2d9d475966108 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Wed, 11 Dec 2024 14:22:19 +0100 Subject: [PATCH] home/firefox: Update CSS hacks repository --- home/config/nil/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/config/nil/firefox.nix b/home/config/nil/firefox.nix index bb47d3d..b8861f5 100644 --- a/home/config/nil/firefox.nix +++ b/home/config/nil/firefox.nix @@ -5,9 +5,9 @@ let firefox-csshacks = pkgs.fetchFromGitHub { owner = "MrOtherGuy"; repo = "firefox-csshacks"; - rev = "7eca4b1050c4065130a2cf696302b4ef5d88d932"; + rev = "890a03f4ffd8ba7833a42aaa09d7b40565c04dd4"; sparseCheckout = [ "!/*" "/chrome" "/content" ]; - hash = "sha256-rk0jC5AMw41xt5yItY7CAxuYAFhoe5Jy2tvwgh59cPI="; + hash = "sha256-qCj5BuRa7eq6uqWdbrD8FwLotuVSXksk1l5j07kWCUk="; }; in lib.mkIf (osConfig.hardware.graphics.enable or false) { programs.firefox = {