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 * {
|
:root * {
|
||||||
--margin-left-icons-personal: 3px !important;
|
--margin-left-icons-personal: 3px !important;
|
||||||
--tab-height-personal: 40px !important;
|
--tab-height-personal: 40px !important;
|
||||||
--uc-tab-corner-height: 40px !important;
|
--uc-tab-corner-height: 41px !important;
|
||||||
--uc-vertical-toolbar-width: 46px !important;
|
--uc-vertical-toolbar-width: 46px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}: let
|
}: let
|
||||||
pname = "firefox-gx";
|
pname = "firefox-gx";
|
||||||
version = "8.6";
|
version = "8.7";
|
||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
@ -13,7 +13,7 @@ in
|
||||||
owner = "Godiesc";
|
owner = "Godiesc";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v.${version}";
|
rev = "v.${version}";
|
||||||
sha256 = "sha256-AaufMjeK66y/3ymz7TkiIgvtmAvD/pjou7+wVglUFGc=";
|
sha256 = "sha256-lMco3TYQNVTQEF5TpKiHUbexdB5pD3OmqjACD2BJZaY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue