2022-12-25T12:13:25 ocaml4.14.0-optint 0.2.0 -> 0.3.0 https://repology.org/metapackage/ocaml4.14.0-optint/versions 2022-12-25T12:13:27 attrpath: ocamlPackages.optint 2022-12-25T12:13:27 Checking auto update branch... 2022-12-25T12:13:27 No auto update branch exists 2022-12-25T12:13:31 [version] 2022-12-25T12:13:33 [version] updated version and sha256 2022-12-25T12:13:33 [rustCrateVersion] 2022-12-25T12:13:33 [rustCrateVersion] No cargoSha256 found 2022-12-25T12:13:33 [golangModuleVersion] 2022-12-25T12:13:33 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-25T12:13:33 [updateScript] 2022-12-25T12:13:33 [updateScript] skipping because derivation has no updateScript 2022-12-25T12:13:33 2022-12-25T12:13:33 [quotedUrls] 2022-12-25T12:13:33 [quotedUrls] nothing found to replace 2022-12-25T12:13:33 Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/optint/default.nix b/pkgs/development/ocaml-modules/optint/default.nix index 06729bb8799..d98f6cf5ee2 100644 --- a/pkgs/development/ocaml-modules/optint/default.nix +++ b/pkgs/development/ocaml-modules/optint/default.nix @@ -2,11 +2,11 @@ buildDunePackage rec { minimalOCamlVersion = "4.07"; - version = "0.2.0"; + version = "0.3.0"; pname = "optint"; src = fetchurl { url = "https://github.com/mirage/optint/releases/download/v${version}/optint-${version}.tbz"; - sha256 = "sha256-HcvgtrYDH3fbMwKMhxOP2zv5D5KRXjtmKd3rMKDTAAs="; + sha256 = "sha256-KVz/LBNLA4WxO6gdUAXZ+EG6QNSlAq7RDJl/I57xFHs="; }; meta = { 2022-12-25T12:15:11 Successfully finished processing 2022-12-25T12:15:11 cachix "/nix/store/zkbnphhh062wfj5vnq76mafki1yi4cwl-ocaml4.14.0-optint-0.3.0" 2022-12-25T12:15:15 [check][nixpkgs-review] 2022-12-25T12:20:32 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages marked as broken and skipped:
31 packages built:
2022-12-25T12:20:35 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 2022-12-25T12:21:35 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 2022-12-25T12:22:36 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 2022-12-25T12:23:36 Waiting for OfBorg: https://events.nix.ci/stats.php's evaluator.messages.waiting = 4 2022-12-25T12:24:37 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/ocaml4.14.0-optint/versions. meta.description for ocamlPackages.optint is: "Abstract type of integer between x64 and x86 architecture" meta.homepage for ocamlPackages.optint is: "https://github.com/mirage/optint" meta.changelog for ocamlPackages.optint is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/mirage/optint/releases/tag/v0.3.0) - [Compare changes on GitHub](https://github.com/mirage/optint/compare/v0.2.0...v0.3.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 0.3.0 with grep in /nix/store/zkbnphhh062wfj5vnq76mafki1yi4cwl-ocaml4.14.0-optint-0.3.0 - found 0.3.0 in filename of file in /nix/store/zkbnphhh062wfj5vnq76mafki1yi4cwl-ocaml4.14.0-optint-0.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath ligo ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/zkbnphhh062wfj5vnq76mafki1yi4cwl-ocaml4.14.0-optint-0.3.0 \ --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 ocamlPackages.optint https://github.com/r-ryantm/nixpkgs/archive/64862b650b387d98a0eeb35308211a770bcfdd72.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/zkbnphhh062wfj5vnq76mafki1yi4cwl-ocaml4.14.0-optint-0.3.0 ls -la /nix/store/zkbnphhh062wfj5vnq76mafki1yi4cwl-ocaml4.14.0-optint-0.3.0/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)
3 packages marked as broken and skipped:
31 packages built:
--- ###### Maintainer pings cc @vbgl 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-12-25T12:24:39 https://api.github.com/repos/NixOS/nixpkgs/pulls/207685