From 8b0299df981b783bab3f327075a00ddda21a9b48 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Tue, 30 Jul 2024 22:07:55 +0200 Subject: [PATCH] fixup --- firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.nix b/firefox.nix index 0c7b8e5..a987bb9 100644 --- a/firefox.nix +++ b/firefox.nix @@ -5,7 +5,7 @@ let firefox-csshacks = pkgs.fetchFromGitHub { owner = "MrOtherGuy"; repo = "firefox-csshacks"; - rev = "467a53ee72e169a9cef54b8677738b71dffd1335"; + rev = "7eca4b1050c4065130a2cf696302b4ef5d88d932"; sparseCheckout = [ "!/*" "/chrome" "/content" ]; hash = lib.fakeHash; };