chore: update flake.lock
This commit is contained in:
parent
6554f87b62
commit
b30d4a3053
3 changed files with 3 additions and 3 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue