This commit is contained in:
Mikael 2024-07-30 22:07:55 +02:00
parent 89ed455e78
commit 8b0299df98

View file

@ -5,7 +5,7 @@ let
firefox-csshacks = pkgs.fetchFromGitHub {
owner = "MrOtherGuy";
repo = "firefox-csshacks";
rev = "467a53ee72e169a9cef54b8677738b71dffd1335";
rev = "7eca4b1050c4065130a2cf696302b4ef5d88d932";
sparseCheckout = [ "!/*" "/chrome" "/content" ];
hash = lib.fakeHash;
};