2022-11-07T04:28:38 folly 2022.09.05.00 -> 2022.10.31.00 https://github.com/facebook/folly/releases 2022-11-07T04:28:41 attrpath: folly 2022-11-07T04:28:41 Checking auto update branch... 2022-11-07T04:28:41 An auto update branch exists with message `folly: 2022.09.05.00 -> 2022.10.31.00`. New version is 2022.10.31.00. 2022-11-07T04:28:41 An auto update branch exists with an equal or greater version 2022-11-07T10:12:17 folly 2022.09.05.00 -> 2022.10.31.00 https://repology.org/metapackage/folly/versions 2022-11-07T10:12:20 attrpath: folly 2022-11-07T10:12:20 Checking auto update branch... 2022-11-07T10:12:20 An auto update branch exists with message `folly: 2022.09.05.00 -> 2022.10.31.00`. New version is 2022.10.31.00. 2022-11-07T10:12:20 An auto update branch exists with an equal or greater version 2022-11-07T21:03:07 folly 2022.09.05.00 -> 2022.11.07.00 https://github.com/facebook/folly/releases 2022-11-07T21:03:09 attrpath: folly 2022-11-07T21:03:09 Checking auto update branch... 2022-11-07T21:03:09 An auto update branch exists with message `folly: 2022.09.05.00 -> 2022.10.31.00`. New version is 2022.11.07.00. 2022-11-07T21:03:09 The auto update branch does not match or exceed the new version. 2022-11-07T21:03:13 [version] 2022-11-07T21:03:17 [version] updated version and sha256 2022-11-07T21:03:17 [rustCrateVersion] 2022-11-07T21:03:17 [rustCrateVersion] No cargoSha256 found 2022-11-07T21:03:17 [golangModuleVersion] 2022-11-07T21:03:17 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-07T21:03:17 [updateScript] 2022-11-07T21:03:17 [updateScript] skipping because derivation has no updateScript 2022-11-07T21:03:17 2022-11-07T21:03:17 [quotedUrls] 2022-11-07T21:03:17 [quotedUrls] nothing found to replace 2022-11-07T21:03:17 Diff after rewrites: diff --git a/pkgs/development/libraries/folly/default.nix b/pkgs/development/libraries/folly/default.nix index 116d3c9ce40..1c132b8742c 100644 --- a/pkgs/development/libraries/folly/default.nix +++ b/pkgs/development/libraries/folly/default.nix @@ -22,13 +22,13 @@ stdenv.mkDerivation rec { pname = "folly"; - version = "2022.09.05.00"; + version = "2022.11.07.00"; src = fetchFromGitHub { owner = "facebook"; repo = "folly"; rev = "v${version}"; - sha256 = "sha256-V+CmsHPq+nIJrn7jPnwRls3ICW6JSqwOeDUQMvSyyrQ="; + sha256 = "sha256-RzVJuhyLZe5KGnNYUxkiAeYdQf4Amm8cAlV/12kmTj4="; }; nativeBuildInputs = [ 2022-11-07T21:06:22 Successfully finished processing 2022-11-07T21:06:22 cachix "/nix/store/2hk3pcwiqbsjp6xpgkzw972a59rmdagr-folly-2022.11.07.00" 2022-11-07T21:06:27 [check][nixpkgs-review] 2022-11-07T21:09:44 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
2022-11-07T21:09:47 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/facebook/folly/releases. meta.description for folly is: "An open-source C++ library developed and used at Facebook" meta.homepage for folly is: "https://github.com/facebook/folly" meta.changelog for folly is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/facebook/folly/releases/tag/v2022.11.07.00) - [Compare changes on GitHub](https://github.com/facebook/folly/compare/v2022.09.05.00...v2022.11.07.00) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2022.11.07.00 with grep in /nix/store/2hk3pcwiqbsjp6xpgkzw972a59rmdagr-folly-2022.11.07.00 - found 2022.11.07.00 in filename of file in /nix/store/2hk3pcwiqbsjp6xpgkzw972a59rmdagr-folly-2022.11.07.00 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath folly wdt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2hk3pcwiqbsjp6xpgkzw972a59rmdagr-folly-2022.11.07.00 \ --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 folly https://github.com/r-ryantm/nixpkgs/archive/a9531a1a270f5b4c4b300999827aa21963427c57.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/2hk3pcwiqbsjp6xpgkzw972a59rmdagr-folly-2022.11.07.00 ls -la /nix/store/2hk3pcwiqbsjp6xpgkzw972a59rmdagr-folly-2022.11.07.00/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)
2 packages built:
--- ###### Maintainer pings cc @abbradar @pierreis 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). 2022-11-07T21:09:49 Updated existing PR 2022-11-07T21:09:49 https://api.github.com/repos/NixOS/nixpkgs/pulls/190975