ocamlPackages.ocamlbuild 0.14.2 -> 0.14.3 https://repology.org/project/ocaml:ocamlbuild/versions attrpath: ocamlPackages.ocamlbuild Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/ocaml/ocamlbuild/default.nix b/pkgs/development/tools/ocaml/ocamlbuild/default.nix index e2e3f07d58eb..7ce9a59866be 100644 --- a/pkgs/development/tools/ocaml/ocamlbuild/default.nix +++ b/pkgs/development/tools/ocaml/ocamlbuild/default.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchFromGitHub, ocaml, findlib }: stdenv.mkDerivation rec { pname = "ocaml${ocaml.version}-ocamlbuild"; - version = "0.14.2"; + version = "0.14.3"; src = fetchFromGitHub { owner = "ocaml"; repo = "ocamlbuild"; rev = version; - sha256 = "sha256-QAqIMdi6M9V7RIX0kppKPSkCJE/pLx2iMdh5XYXQCJs="; + sha256 = "sha256-dfcNu4ugOYu/M0rRQla7lXum/g1UzncdLGmpPYo0QUM="; }; createFindlibDestdir = true; Successfully finished processing cachix "/nix/store/sgx3whmndqfx34c8xc9q08wb57s46d0g-ocaml4.14.1-ocamlbuild-0.14.3" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/ocaml:ocamlbuild/versions. meta.description for ocamlPackages.ocamlbuild is: A build system with builtin rules to easily build most OCaml projects meta.homepage for ocamlPackages.ocamlbuild is: https://github.com/ocaml/ocamlbuild/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/ocaml/ocamlbuild/releases/tag/0.14.3) - [Compare changes on GitHub](https://github.com/ocaml/ocamlbuild/compare/0.14.2...0.14.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.14.3 with grep in /nix/store/sgx3whmndqfx34c8xc9q08wb57s46d0g-ocaml4.14.1-ocamlbuild-0.14.3 - found 0.14.3 in filename of file in /nix/store/sgx3whmndqfx34c8xc9q08wb57s46d0g-ocaml4.14.1-ocamlbuild-0.14.3 ---
Rebuild report (if merged into master) (click to expand) ``` 103 total rebuild path(s) 103 package rebuild(s) First fifty rebuilds by attrpath acgtk advi alt-ergo beluga cmdstan coccinelle comby coqPackages.QuickChick coqPackages.coq-elpi coqPackages.coq-lsp coqPackages.graph-theory coqPackages.hierarchy-builder coqPackages.mathcomp-algebra-tactics coqPackages.mathcomp-analysis coqPackages.mathcomp-classical coqPackages.mathcomp-infotheo coqPackages.semantics coqPackages.serapi coqPackages.simple-io coqPackages.trakt csvtool cvehound diffoscope dune-release easycrypt eff flitter flow framac fstar glsurf google-drive-ocamlfuse gradescope-submit guestfs-tools haxe haxePackages.format haxePackages.heaps haxePackages.hlopenal haxePackages.hlsdl haxePackages.hxcpp haxePackages.hxcs haxePackages.hxjava haxePackages.hxnodejs_4 haxe_4_0 haxe_4_1 haxe_4_2 heptagon hevea hol_light hxcpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sgx3whmndqfx34c8xc9q08wb57s46d0g-ocaml4.14.1-ocamlbuild-0.14.3 \ --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.ocamlbuild https://github.com/r-ryantm/nixpkgs/archive/5f52f27c9e45582295edff156e43d8fca27506fd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5f52f27c9e45582295edff156e43d8fca27506fd#ocamlPackages.ocamlbuild ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sgx3whmndqfx34c8xc9q08wb57s46d0g-ocaml4.14.1-ocamlbuild-0.14.3 ls -la /nix/store/sgx3whmndqfx34c8xc9q08wb57s46d0g-ocaml4.14.1-ocamlbuild-0.14.3/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 45m and timed out --- ###### 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/278864