1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

google-chrome: 125.0.6422.141 -> 126.0.6478.61

This commit is contained in:
John Titor 2024-06-15 12:45:57 +05:30
parent 23bcbb6dfd
commit e9a2d6b9c8
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -64,11 +64,11 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "google-chrome";
version = "125.0.6422.141";
version = "126.0.6478.61";
src = fetchurl {
url = "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${finalAttrs.version}-1_amd64.deb";
hash = "sha256-nIdzl3DkvGy9EsNS8nvPi8yK0gvx9mFaxYSxuYZZzxI=";
hash = "sha256-L7gBl4SMHIq0x+GZiaaK5Dxs+UJDandz0xYET7YO73o=";
};
nativeBuildInputs = [ patchelf makeWrapper ];