microsoft-edge-beta 118.0.2088.17 -> 118.0.2088.46 https://repology.org/project/microsoft-edge/versions attrpath: microsoft-edge-beta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9dx3kiqaylicp36cwagxa27a6b8dc5x5-packages.json.drv building '/nix/store/9dx3kiqaylicp36cwagxa27a6b8dc5x5-packages.json.drv'... Going to be running update for following packages: - microsoft-edge-beta-118.0.2088.17 Press Enter key to continue... Running update for: - microsoft-edge-beta-118.0.2088.17: UPDATING ... - microsoft-edge-beta-118.0.2088.17: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/browsers/microsoft-edge/default.nix b/pkgs/applications/networking/browsers/microsoft-edge/default.nix index 821348794bbe..47163c0aa8be 100644 --- a/pkgs/applications/networking/browsers/microsoft-edge/default.nix +++ b/pkgs/applications/networking/browsers/microsoft-edge/default.nix @@ -1,20 +1,20 @@ { stable = import ./browser.nix { channel = "stable"; - version = "117.0.2045.47"; + version = "118.0.2088.46"; revision = "1"; - sha256 = "sha256-h4iw+H8f62JEih1tWTpjxNC9+wu3hHQOM2VJid1kHNQ="; + sha256 = "sha256-/3lo/y/LhAmGqiOhZgDoJVS+c2631NB/Z/lBNFunU30="; }; beta = import ./browser.nix { channel = "beta"; - version = "118.0.2088.17"; + version = "118.0.2088.46"; revision = "1"; - sha256 = "sha256-3Z37M2ZQRJ5uA7NcinMlF1XEsYVv9A+ppPZZf34ye6Q="; + sha256 = "sha256-u0w7COYoAgcpqVEsB0t27iMD2AGVYFCJyE72uWKIY70="; }; dev = import ./browser.nix { channel = "dev"; - version = "119.0.2116.0"; + version = "119.0.2151.2"; revision = "1"; - sha256 = "sha256-raLRFSHZyHaxKi6EG62VIbcW29HTjTnBFw7IJFVbm5I="; + sha256 = "sha256-42wbnA9i1FdBq14Y+xxstAe9ciWDzEBVMULCSURQzj0="; }; } No auto update branch exists Successfully finished processing cachix "/nix/store/aryyqplkjbm64sg002s8cngl2l928qm1-microsoft-edge-beta-118.0.2088.46" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for microsoft-edge-beta is: The web browser from Microsoft meta.homepage for microsoft-edge-beta is: https://www.microsoft.com/en-us/edge ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 118.0.2088.46 with grep in /nix/store/aryyqplkjbm64sg002s8cngl2l928qm1-microsoft-edge-beta-118.0.2088.46 - found 118.0.2088.46 in filename of file in /nix/store/aryyqplkjbm64sg002s8cngl2l928qm1-microsoft-edge-beta-118.0.2088.46 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath microsoft-edge microsoft-edge-beta microsoft-edge-dev ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/aryyqplkjbm64sg002s8cngl2l928qm1-microsoft-edge-beta-118.0.2088.46 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A microsoft-edge-beta https://github.com/r-ryantm/nixpkgs/archive/a1e945ff4aa074634924dea9d77cb1cb99278c9a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a1e945ff4aa074634924dea9d77cb1cb99278c9a#microsoft-edge-beta ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/aryyqplkjbm64sg002s8cngl2l928qm1-microsoft-edge-beta-118.0.2088.46 ls -la /nix/store/aryyqplkjbm64sg002s8cngl2l928qm1-microsoft-edge-beta-118.0.2088.46/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
--- ###### Maintainer pings cc @zanculmarktum @kuwii @rhysmdnz for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/261037