mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
5248c8c7d1
https://chromereleases.googleblog.com/2024/02/stable-channel-update-for-desktop.html This update includes 3 security fixes. CVEs: CVE-2024-1284 CVE-2024-1283
40 lines
1.3 KiB
Nix
40 lines
1.3 KiB
Nix
{
|
|
stable = {
|
|
chromedriver = {
|
|
hash_darwin = "sha256-IDPdjq3FpLy6Y9xkR15mzbIal8wjeQzzWtWuZ4uKmzA=";
|
|
hash_darwin_aarch64 =
|
|
"sha256-3Mol45MrvrSqrpkKy2Trt0JFNfV4ekXTxEveUUGmJm4=";
|
|
hash_linux = "sha256-O8U4pZ76/N7q9bV7d0A+wlIqqaoz6WyfZQO4cIV2CIM=";
|
|
version = "121.0.6167.85";
|
|
};
|
|
deps = {
|
|
gn = {
|
|
hash = "sha256-eD3KORYYuIH+94+BgL+yFD5lTQFvj/MqPU9DPiHc98s=";
|
|
rev = "7367b0df0a0aa25440303998d54045bda73935a5";
|
|
url = "https://gn.googlesource.com/gn";
|
|
version = "2023-11-28";
|
|
};
|
|
};
|
|
hash = "sha256-mncN1Np/70r0oMnJ4oV7PU6Ivi5AiRar5O2G8bNdwY8=";
|
|
hash_deb_amd64 = "sha256-t/5Mx3P3LaH/6GjwMFP+lVoz7xq7jqAKYxLqlWBnwIE=";
|
|
version = "121.0.6167.160";
|
|
};
|
|
ungoogled-chromium = {
|
|
deps = {
|
|
gn = {
|
|
hash = "sha256-eD3KORYYuIH+94+BgL+yFD5lTQFvj/MqPU9DPiHc98s=";
|
|
rev = "7367b0df0a0aa25440303998d54045bda73935a5";
|
|
url = "https://gn.googlesource.com/gn";
|
|
version = "2023-11-28";
|
|
};
|
|
ungoogled-patches = {
|
|
hash = "sha256-qwMQoJEJxNjDEdqzSMBTozv8+wl+SbBmzIm/VbiGxKw=";
|
|
rev = "121.0.6167.160-1";
|
|
};
|
|
};
|
|
hash = "sha256-mncN1Np/70r0oMnJ4oV7PU6Ivi5AiRar5O2G8bNdwY8=";
|
|
hash_deb_amd64 = "sha256-t/5Mx3P3LaH/6GjwMFP+lVoz7xq7jqAKYxLqlWBnwIE=";
|
|
version = "121.0.6167.160";
|
|
};
|
|
}
|