libcef 0 -> 1 attrpath: libcef Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rnk7x3p8xm6cmyr8lnrbgbd22065ab1z-packages.json.drv building '/nix/store/rnk7x3p8xm6cmyr8lnrbgbd22065ab1z-packages.json.drv'... Going to be running update for following packages: - cef-binary-114.2.12 Press Enter key to continue... Running update for: - cef-binary-114.2.12: UPDATING ... - cef-binary-114.2.12: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libcef/default.nix b/pkgs/development/libraries/libcef/default.nix index e648492b55c..a5e6bf40de0 100644 --- a/pkgs/development/libraries/libcef/default.nix +++ b/pkgs/development/libraries/libcef/default.nix @@ -66,16 +66,16 @@ let projectArch = "x86_64"; }; }; - platforms."aarch64-linux".sha256 = "1lymwdc0199nx46ah617hig85nghjwp4m97rcagfjb490rsn4kpg"; - platforms."x86_64-linux".sha256 = "0nh3rknnirm59ppcndifpzmay16018ahp2vxmfbkyx54pl10n3d9"; + platforms."aarch64-linux".sha256 = "0px1v7gcfxrad8ap1g93nx3aqx9yklz385yaciki5s9hnjr3rwpr"; + platforms."x86_64-linux".sha256 = "134cvgdklybf15msdbjxpcpsl06s8w91px530241yhhrx4jvzj51"; platformInfo = builtins.getAttr stdenv.targetPlatform.system platforms; in stdenv.mkDerivation rec { pname = "cef-binary"; - version = "114.2.12"; - gitRevision = "7c09f21"; - chromiumVersion = "114.0.5735.199"; + version = "114.2.13"; + gitRevision = "6792e13"; + chromiumVersion = "114.0.5735.200"; src = fetchurl { url = "https://cef-builds.spotifycdn.com/cef_binary_${version}+g${gitRevision}+chromium-${chromiumVersion}_${platformInfo.platformStr}_minimal.tar.bz2"; No auto update branch exists Successfully finished processing cachix "/nix/store/1y3y6sbikbb4i876p3an86x03l9whx1z-cef-binary-114.2.13" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
1 package failed to build:
34 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 libcef is: Simple framework for embedding Chromium-based browsers in other applications meta.homepage for libcef is: https://cef-builds.spotifycdn.com/index.html ###### 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 114.2.13 with grep in /nix/store/1y3y6sbikbb4i876p3an86x03l9whx1z-cef-binary-114.2.13 - found 114.2.13 in filename of file in /nix/store/1y3y6sbikbb4i876p3an86x03l9whx1z-cef-binary-114.2.13 ---
Rebuild report (if merged into master) (click to expand) ``` 35 total rebuild path(s) 35 package rebuild(s) First fifty rebuilds by attrpath libcef obs-studio obs-studio-plugins.advanced-scene-switcher obs-studio-plugins.droidcam-obs obs-studio-plugins.input-overlay obs-studio-plugins.looking-glass-obs obs-studio-plugins.obs-3d-effect obs-studio-plugins.obs-backgroundremoval obs-studio-plugins.obs-command-source obs-studio-plugins.obs-gradient-source obs-studio-plugins.obs-gstreamer obs-studio-plugins.obs-hyperion obs-studio-plugins.obs-livesplit-one obs-studio-plugins.obs-move-transition obs-studio-plugins.obs-multi-rtmp obs-studio-plugins.obs-mute-filter obs-studio-plugins.obs-nvfbc obs-studio-plugins.obs-pipewire-audio-capture obs-studio-plugins.obs-rgb-levels-filter obs-studio-plugins.obs-scale-to-sound obs-studio-plugins.obs-shaderfilter obs-studio-plugins.obs-source-clone obs-studio-plugins.obs-source-record obs-studio-plugins.obs-source-switcher obs-studio-plugins.obs-teleport obs-studio-plugins.obs-text-pthread obs-studio-plugins.obs-transition-table obs-studio-plugins.obs-tuna obs-studio-plugins.obs-vaapi obs-studio-plugins.obs-vertical-canvas obs-studio-plugins.obs-vintage-filter obs-studio-plugins.obs-vkcapture obs-studio-plugins.obs-websocket obs-studio-plugins.waveform obs-studio-plugins.wlrobs ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1y3y6sbikbb4i876p3an86x03l9whx1z-cef-binary-114.2.13 \ --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 libcef https://github.com/r-ryantm/nixpkgs/archive/c463763f002216c536d755b9388aff5510dc642a.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1y3y6sbikbb4i876p3an86x03l9whx1z-cef-binary-114.2.13 ls -la /nix/store/1y3y6sbikbb4i876p3an86x03l9whx1z-cef-binary-114.2.13/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)
1 package marked as broken and skipped:
1 package failed to build:
34 packages built:
--- ###### Maintainer pings cc @puffnfresh 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/244608