Unverified Commit dd6ad0ba authored by John Titor's avatar John Titor
Browse files

google-chrome: 124.0.6367.118 -> 124.0.6367.201

move to pkgs/by-name for easier maintainance
add johnrtitor as maintainer
parent 44615ede
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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";
  };
+0 −2
Original line number Diff line number Diff line
@@ -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 { };