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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1gsdsnid4hdghlspdam7x49f1pzsrhmf-packages.json.drv building '/nix/store/1gsdsnid4hdghlspdam7x49f1pzsrhmf-packages.json.drv'... Going to be running update for following packages: - cef-binary-121.3.13 Press Enter key to continue... Running update for: - cef-binary-121.3.13: UPDATING ... - cef-binary-121.3.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libcef/default.nix b/pkgs/development/libraries/libcef/default.nix index d6d098110af8..ef6023ead254 100644 --- a/pkgs/development/libraries/libcef/default.nix +++ b/pkgs/development/libraries/libcef/default.nix @@ -70,16 +70,16 @@ let projectArch = "x86_64"; }; }; - platforms."aarch64-linux".sha256 = "16sbfk599h96wcsmpbxlwsvq0n1pssmm8dpwmjsqfrn1464dvs68"; - platforms."x86_64-linux".sha256 = "1wa4nv28saz96kar9svdarfz6c4rnbcqz0rqxzl9zclnhfzhqdiw"; + platforms."aarch64-linux".sha256 = "17bxjfb98dmca7p67p4c0xalj27p0wrvrd6i9cqs6ah0sybjgb0f"; + platforms."x86_64-linux".sha256 = "12q2gzyywl3z60wsd01r6x3hj6kwcdz0b4bhvvz6l1m3bg6bm5ln"; platformInfo = builtins.getAttr stdenv.hostPlatform.system platforms; in stdenv.mkDerivation rec { pname = "cef-binary"; - version = "121.3.13"; - gitRevision = "5c4a81b"; - chromiumVersion = "121.0.6167.184"; + version = "122.1.9"; + gitRevision = "d14e051"; + chromiumVersion = "122.0.6261.94"; src = fetchurl { url = "https://cef-builds.spotifycdn.com/cef_binary_${version}+g${gitRevision}+chromium-${chromiumVersion}_${platformInfo.platformStr}_minimal.tar.bz2"; An auto update branch exists with message `libcef: 121.3.13 -> 122.1.8`. New version is 122.1.9. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/3jh0sgmfjhc4qrkkj57daaw2gdsskdnv-cef-binary-122.1.9" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
39 packages failed to build:
1 package 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 --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 122.1.9 with grep in /nix/store/3jh0sgmfjhc4qrkkj57daaw2gdsskdnv-cef-binary-122.1.9 - found 122.1.9 in filename of file in /nix/store/3jh0sgmfjhc4qrkkj57daaw2gdsskdnv-cef-binary-122.1.9 ---
Rebuild report (if merged into master) (click to expand) ``` 39 total rebuild path(s) 39 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-composite-blur obs-studio-plugins.obs-freeze-filter 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-replay-source 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-webkitgtk 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/3jh0sgmfjhc4qrkkj57daaw2gdsskdnv-cef-binary-122.1.9 \ --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/60806a480e1b86665db53fb84802d1b121280211.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/60806a480e1b86665db53fb84802d1b121280211#libcef ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3jh0sgmfjhc4qrkkj57daaw2gdsskdnv-cef-binary-122.1.9 ls -la /nix/store/3jh0sgmfjhc4qrkkj57daaw2gdsskdnv-cef-binary-122.1.9/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
39 packages failed to build:
1 package 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/291379