Skip to content

Commit

Permalink
Merge pull request #220388 from primeos/ungoogled-chromium
Browse files Browse the repository at this point in the history
ungoogled-chromium: 110.0.5481.177 -> 111.0.5563.65
  • Loading branch information
primeos authored Mar 9, 2023
2 parents 92b07dd + 175a86d commit 61fa97e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions pkgs/applications/networking/browsers/chromium/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ newScope, config, stdenv, fetchurl, makeWrapper
, llvmPackages_14
, llvmPackages_15
, ed, gnugrep, coreutils, xdg-utils
, glib, gtk3, gtk4, gnome, gsettings-desktop-schemas, gn, fetchgit
Expand All @@ -19,7 +18,7 @@
}:

let
llvmPackages = llvmPackages_14;
llvmPackages = llvmPackages_15;
stdenv = llvmPackages.stdenv;

upstream-info = (lib.importJSON ./upstream-info.json).${channel};
Expand Down Expand Up @@ -54,9 +53,6 @@ let
inherit (upstream-info.deps.gn) url rev sha256;
};
});
} // lib.optionalAttrs (chromiumVersionAtLeast "111") rec {
llvmPackages = llvmPackages_15;
stdenv = llvmPackages_15.stdenv;
});

browser = callPackage ./browser.nix {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
}
},
"ungoogled-chromium": {
"version": "110.0.5481.177",
"sha256": "1dy9l61r3fpl40ff790dbqqvw9l1svcgd7saz4whl9wm256labvv",
"sha256bin64": "0sylaf8b0rzr82dg7safvs5dxqqib26k4j6vlm75vs99dpnlznj2",
"version": "111.0.5563.65",
"sha256": "1wg84pd50zi5268snkiahnp5191c66bqkbvdz2z8azivm95lwqwp",
"sha256bin64": null,
"deps": {
"gn": {
"version": "2022-12-12",
Expand All @@ -56,8 +56,8 @@
"sha256": "1b5fwldfmkkbpp5x63n1dxv0nc965hphc8rm8ah7zg44zscm9z30"
},
"ungoogled-patches": {
"rev": "110.0.5481.177-1",
"sha256": "0rsvkbsrnfkdp3iw4s54kddw8r771h14hf1ivgahmn42yjafkk3n"
"rev": "111.0.5563.65-1",
"sha256": "06mfm2gaz1nbwqhn2jp34pm52rw1q99i9fq7wh19m0qasdpidis9"
}
}
}
Expand Down

0 comments on commit 61fa97e

Please sign in to comment.