folly 2022.11.28.00 -> 2023.01.02.00 https://github.com/facebook/folly/releases attrpath: folly Checking auto update branch... An auto update branch exists with message `folly: 2022.11.28.00 -> 2022.12.26.00`. New version is 2023.01.02.00. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/folly/default.nix b/pkgs/development/libraries/folly/default.nix index 323a9a2f8b4..b765542d27f 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.11.28.00"; + version = "2023.01.02.00"; src = fetchFromGitHub { owner = "facebook"; repo = "folly"; rev = "v${version}"; - sha256 = "sha256-TI3uMlkssKtTvxqj9Et12aAjbHoV9FVBvrZr7oCFlIo="; + sha256 = "sha256-lj5lcyqI5AdUJSk7xBi5CgAbxvCZsMDS7Qp/CrGV12Y="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/wd1l2rrnqq8xcgrqwwhznz81fh01jjbc-folly-2023.01.02.00" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#folly --raw --apply "p: let gh = m : m.github or \"\"; nonempty = s: s != \"\"; addAt = s: \"@\"+s; in builtins.concatStringsSep \" \" (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or []))" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/folly' is dirty error: syntax error, unexpected end of file, expecting ')' at «string»:1:177: 1| p: let gh = m : m.github or ""; nonempty = s: s != ""; addAt = s: "@"+s; in builtins.concatStringsSep " " (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or [])) | ^