chore: update flake.lock
Some checks failed
Binary Cache / Build (push) Failing after 7m12s
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2023-12-25 15:59:48 -05:00
parent 6554f87b62
commit b30d4a3053
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -7,7 +7,7 @@
:root * {
--margin-left-icons-personal: 3px !important;
--tab-height-personal: 40px !important;
--uc-tab-corner-height: 40px !important;
--uc-tab-corner-height: 41px !important;
--uc-vertical-toolbar-width: 46px !important;
}

View file

@ -4,7 +4,7 @@
fetchFromGitHub,
}: let
pname = "firefox-gx";
version = "8.6";
version = "8.7";
in
stdenvNoCC.mkDerivation {
inherit pname version;
@ -13,7 +13,7 @@ in
owner = "Godiesc";
repo = pname;
rev = "v.${version}";
sha256 = "sha256-AaufMjeK66y/3ymz7TkiIgvtmAvD/pjou7+wVglUFGc=";
sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY=";
};
installPhase = ''