nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

ocamlPackages.ocaml_pcre: 8.0.3 -> 8.0.4

Open r-ryantm opened this issue 9 months ago • 0 comments

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/mmottl/pcre-ocaml/releases.

meta.description for ocamlPackages.ocaml_pcre is: Efficient C-library for pattern matching with Perl-style regular expressions in OCaml

meta.homepage for ocamlPackages.ocaml_pcre is: https://mmottl.github.io/pcre-ocaml

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 8.0.4 with grep in /nix/store/yvsh4qiixsws4fpbvfigx6kq6s8fr0wz-ocaml5.3.0-pcre-8.0.4
  • found 8.0.4 in filename of file in /nix/store/yvsh4qiixsws4fpbvfigx6kq6s8fr0wz-ocaml5.3.0-pcre-8.0.4

Rebuild report (if merged into master) (click to expand)
54 total rebuild path(s)

54 package rebuild(s)

First fifty rebuilds by attrpath

coccinelle
comby
cvehound
easycrypt
linuxKernel.packages.linux_5_10.drbd
linuxKernel.packages.linux_5_10_hardened.drbd
linuxKernel.packages.linux_5_15.drbd
linuxKernel.packages.linux_5_15_hardened.drbd
linuxKernel.packages.linux_5_4.drbd
linuxKernel.packages.linux_5_4_hardened.drbd
linuxKernel.packages.linux_6_1.drbd
linuxKernel.packages.linux_6_12.drbd
linuxKernel.packages.linux_6_12_hardened.drbd
linuxKernel.packages.linux_6_13.drbd
linuxKernel.packages.linux_6_13_hardened.drbd
linuxKernel.packages.linux_6_14.drbd
linuxKernel.packages.linux_6_14_hardened.drbd
linuxKernel.packages.linux_6_15.drbd
linuxKernel.packages.linux_6_1_hardened.drbd
linuxKernel.packages.linux_6_6.drbd
linuxKernel.packages.linux_6_6_hardened.drbd
linuxKernel.packages.linux_ham.drbd
linuxKernel.packages.linux_hardened.drbd
linuxKernel.packages.linux_latest_libre.drbd
linuxKernel.packages.linux_libre.drbd
linuxKernel.packages.linux_lqx.drbd
linuxKernel.packages.linux_xanmod.drbd
linuxKernel.packages.linux_xanmod_latest.drbd
linuxKernel.packages.linux_xanmod_stable.drbd
linuxKernel.packages.linux_zen.drbd
linuxPackages-libre.drbd
linuxPackages.drbd
linuxPackages_5_10_hardened.drbd
linuxPackages_5_15_hardened.drbd
linuxPackages_5_4_hardened.drbd
linuxPackages_6_12_hardened.drbd
linuxPackages_6_13_hardened.drbd
linuxPackages_6_14_hardened.drbd
linuxPackages_6_1_hardened.drbd
linuxPackages_6_6_hardened.drbd
linuxPackages_ham.drbd
linuxPackages_hardened.drbd
linuxPackages_latest-libre.drbd
linuxPackages_latest.drbd
linuxPackages_lqx.drbd
linuxPackages_xanmod.drbd
linuxPackages_xanmod_latest.drbd
linuxPackages_xanmod_stable.drbd
linuxPackages_zen.drbd
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/yvsh4qiixsws4fpbvfigx6kq6s8fr0wz-ocaml5.3.0-pcre-8.0.4 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.) For the cached 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 ocamlPackages.ocaml_pcre https://github.com/r-ryantm/nixpkgs/archive/1400a718678fe9eb28bae99b3871993478027a4c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/1400a718678fe9eb28bae99b3871993478027a4c#ocamlPackages.ocaml_pcre

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/yvsh4qiixsws4fpbvfigx6kq6s8fr0wz-ocaml5.3.0-pcre-8.0.4
ls -la /nix/store/yvsh4qiixsws4fpbvfigx6kq6s8fr0wz-ocaml5.3.0-pcre-8.0.4/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.

nixpkgs-review took longer than 180m and timed out


Maintainer pings

cc @maggesi @vbmithr for testing.

[!TIP] As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a :+1: reaction to pull requests you find important.

r-ryantm avatar Jun 22 '25 22:06 r-ryantm