cgal 5.5.3 -> 5.6.1 https://github.com/CGAL/cgal/releases attrpath: cgal 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/libraries/CGAL/default.nix b/pkgs/development/libraries/CGAL/default.nix index 672facdc230c..e7d26606f271 100644 --- a/pkgs/development/libraries/CGAL/default.nix +++ b/pkgs/development/libraries/CGAL/default.nix @@ -8,11 +8,11 @@ stdenv.mkDerivation rec { pname = "cgal"; - version = "5.5.3"; + version = "5.6.1"; src = fetchurl { url = "https://github.com/CGAL/cgal/releases/download/v${version}/CGAL-${version}.tar.xz"; - hash = "sha256-CgT2YmkyVjKLBbq/q7XjpbfbL1pY1S48Ug350IKN3XM="; + hash = "sha256-zbFefuMeBmNYnTEHp5mIo3t7FxnfPSTyBYVF0bzdWDc="; }; # note: optional component libCGAL_ImageIO would need zlib and opengl; Successfully finished processing cachix "/nix/store/hx1dswpd0d6hcg03fik8h7hvzcm7qdzq-cgal-5.6.1" [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://github.com/CGAL/cgal/releases. meta.description for cgal is: Computational Geometry Algorithms Library meta.homepage for cgal is: http://cgal.org ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/CGAL/cgal/releases/tag/v5.6.1) - [Compare changes on GitHub](https://github.com/CGAL/cgal/compare/v5.5.3...v5.6.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.6.1 with grep in /nix/store/hx1dswpd0d6hcg03fik8h7hvzcm7qdzq-cgal-5.6.1 - found 5.6.1 in filename of file in /nix/store/hx1dswpd0d6hcg03fik8h7hvzcm7qdzq-cgal-5.6.1 ---
Rebuild report (if merged into master) (click to expand) ``` 25 total rebuild path(s) 25 package rebuild(s) First fifty rebuilds by attrpath appcsxcad bambu-studio cgal cgal_5 cloudcompare csxcad gplates libsForQt5.qcsxcad meshlab openems openmvs openscad-unstable orca-slicer plasma5Packages.qcsxcad prusa-slicer python311Packages.graph-tool python311Packages.gudhi python311Packages.python-csxcad python311Packages.python-openems python312Packages.python-csxcad python312Packages.python-openems super-slicer super-slicer-beta super-slicer-latest valeronoi ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hx1dswpd0d6hcg03fik8h7hvzcm7qdzq-cgal-5.6.1 \ --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 cgal https://github.com/r-ryantm/nixpkgs/archive/cf942d376fc39edab8dcd6585603ff1869929632.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/cf942d376fc39edab8dcd6585603ff1869929632#cgal ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hx1dswpd0d6hcg03fik8h7hvzcm7qdzq-cgal-5.6.1 ls -la /nix/store/hx1dswpd0d6hcg03fik8h7hvzcm7qdzq-cgal-5.6.1/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 @7c6f434c 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/292492