mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
![networkException](/assets/img/avatar_default.png)
https://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop_14.html This update includes 4 security fixes. CVEs: CVE-2023-5997 CVE-2023-6112
40 lines
1.3 KiB
Nix
40 lines
1.3 KiB
Nix
{
|
|
stable = {
|
|
chromedriver = {
|
|
hash_darwin = "sha256-sRAU9RJANz+Sov6oaoZasMoaqM+mIZSDbag92wXsVCI=";
|
|
hash_darwin_aarch64 =
|
|
"sha256-U+PBsfpc7PNZYedHIdPnWXA9xKpRnon5vxgKKJr69ow=";
|
|
hash_linux = "sha256-2o6LAo2pEsCi1exPv1nEMk2Tklhh49UyWaYoyQ7Df/Y=";
|
|
version = "119.0.6045.105";
|
|
};
|
|
deps = {
|
|
gn = {
|
|
hash = "sha256-4jWqtsOBh96xbYk1m06G9hj2eQwW6buUXsxWsa5W6/4=";
|
|
rev = "991530ce394efb58fcd848195469022fa17ae126";
|
|
url = "https://gn.googlesource.com/gn";
|
|
version = "2023-09-12";
|
|
};
|
|
};
|
|
hash = "sha256-8xPm3vNF0HjfL7ewTz7iz7GMfiJi6mhMK1YSC7VeoSM=";
|
|
hash_deb_amd64 = "sha256-xAm7bPsnnJD7UWNTtHKMv5enHo3rM9w0M81QPqZVlP4=";
|
|
version = "119.0.6045.159";
|
|
};
|
|
ungoogled-chromium = {
|
|
deps = {
|
|
gn = {
|
|
hash = "sha256-4jWqtsOBh96xbYk1m06G9hj2eQwW6buUXsxWsa5W6/4=";
|
|
rev = "991530ce394efb58fcd848195469022fa17ae126";
|
|
url = "https://gn.googlesource.com/gn";
|
|
version = "2023-09-12";
|
|
};
|
|
ungoogled-patches = {
|
|
hash = "sha256-kgUrYXy2avfwfRckSYI6YPMW1uuvl2Osg4Vr9Q1ksMc=";
|
|
rev = "119.0.6045.159-1";
|
|
};
|
|
};
|
|
hash = "sha256-8xPm3vNF0HjfL7ewTz7iz7GMfiJi6mhMK1YSC7VeoSM=";
|
|
hash_deb_amd64 = "sha256-xAm7bPsnnJD7UWNTtHKMv5enHo3rM9w0M81QPqZVlP4=";
|
|
version = "119.0.6045.159";
|
|
};
|
|
}
|