dune_3 3.12.1 -> 3.12.2 https://repology.org/project/dune/versions attrpath: dune_3 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/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix index 97ffb9eb941f..595ba9c9da5b 100644 --- a/pkgs/development/tools/ocaml/dune/3.nix +++ b/pkgs/development/tools/ocaml/dune/3.nix @@ -6,11 +6,11 @@ else stdenv.mkDerivation rec { pname = "dune"; - version = "3.12.1"; + version = "3.12.2"; src = fetchurl { url = "https://github.com/ocaml/dune/releases/download/${version}/dune-${version}.tbz"; - hash = "sha256-uf1lYIefnTQK6Kh8lnsNK808QSDP/Nn7Zh8yUHj3T28="; + hash = "sha256-6KpfAf7oPvrIcz3wvsPiOq7NtFJLxYuAZc0YzAcpX7M="; }; nativeBuildInputs = [ ocaml findlib ]; Successfully finished processing cachix "/nix/store/8m4959h4pi4n0s6cdljnzqjz1090n7j0-dune-3.12.2" [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/dune/versions. meta.description for dune_3 is: A composable build system meta.homepage for dune_3 is: https://dune.build/ meta.changelog for dune_3 is: https://github.com/ocaml/dune/raw/3.12.2/CHANGES.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/ocaml/dune/releases/tag/3.12.2) - [Compare changes on GitHub](https://github.com/ocaml/dune/compare/3.12.1...3.12.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.12.2 with grep in /nix/store/8m4959h4pi4n0s6cdljnzqjz1090n7j0-dune-3.12.2 - found 3.12.2 in filename of file in /nix/store/8m4959h4pi4n0s6cdljnzqjz1090n7j0-dune-3.12.2 ---
Rebuild report (if merged into master) (click to expand) ``` 192 total rebuild path(s) 192 package rebuild(s) First fifty rebuilds by attrpath abella acgtk advi alt-ergo anders beluga cmdstan coccinelle comby compcert coq coqPackages.Cheerios coqPackages.CoLoR coqPackages.HoTT coqPackages.ITree coqPackages.InfSeqExt coqPackages.LibHyps coqPackages.QuickChick coqPackages.StructTact coqPackages.Verdi coqPackages.aac-tactics coqPackages.addition-chains coqPackages.autosubst coqPackages.bignums coqPackages.ceres coqPackages.coq coqPackages.coq-elpi coqPackages.coq-ext-lib coqPackages.coq-lsp coqPackages.coq-record-update coqPackages.coqeal coqPackages.coqide coqPackages.coqprime coqPackages.coquelicot coqPackages.corn coqPackages.deriving coqPackages.dpdgraph coqPackages.equations coqPackages.extructures coqPackages.flocq coqPackages.fourcolor coqPackages.gaia coqPackages.gappalib coqPackages.graph-theory coqPackages.hierarchy-builder coqPackages.interval coqPackages.iris coqPackages.iris-named-props coqPackages.itauto coqPackages.math-classes ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8m4959h4pi4n0s6cdljnzqjz1090n7j0-dune-3.12.2 \ --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 dune_3 https://github.com/r-ryantm/nixpkgs/archive/ce2410cf0c5f16e9a4c2dac2bb1d5431719ad7fa.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/ce2410cf0c5f16e9a4c2dac2bb1d5431719ad7fa#dune_3 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8m4959h4pi4n0s6cdljnzqjz1090n7j0-dune-3.12.2 ls -la /nix/store/8m4959h4pi4n0s6cdljnzqjz1090n7j0-dune-3.12.2/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 @marsam 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/279077