google-chrome: 124.0.6367.118 -> 124.0.6367.201

move to pkgs/by-name for easier maintainance
add johnrtitor as maintainer
This commit is contained in:
John Titor 2024-05-11 00:27:53 +05:30
parent 44615ede38
commit dd6ad0baa1
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
2 changed files with 6 additions and 8 deletions

View File

@ -64,11 +64,11 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "google-chrome";
version = "124.0.6367.118";
version = "124.0.6367.201";
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-H3bv6WiVBl4j38ROZ80+SD9UO9ok+xxcKFxDd9yjWNY=";
hash = "sha256-RvQdpDmWRcsASh1b8M0Zg+AvZprE5qhi14shfo0WlfE=";
};
nativeBuildInputs = [ patchelf makeWrapper ];
@ -142,12 +142,12 @@ in stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "A freeware web browser developed by Google";
homepage = "https://www.google.com/chrome/browser/";
license = licenses.unfree;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ jnsgruk ];
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ jnsgruk johnrtitor ];
platforms = [ "x86_64-linux" ];
mainProgram = "google-chrome-stable";
};

View File

@ -31452,8 +31452,6 @@ with pkgs;
googleearth-pro = libsForQt5.callPackage ../applications/misc/googleearth-pro { };
google-chrome = callPackage ../applications/networking/browsers/google-chrome { };
go-graft = callPackage ../applications/networking/go-graft { };
gostatic = callPackage ../applications/misc/gostatic { };