octomap 1.9.8 -> 1.10.0 https://repology.org/project/octomap/versions attrpath: octomap 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/octomap/default.nix b/pkgs/development/libraries/octomap/default.nix index 6b1816d8addc..8321028508a6 100644 --- a/pkgs/development/libraries/octomap/default.nix +++ b/pkgs/development/libraries/octomap/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "octomap"; - version = "1.9.8"; + version = "1.10.0"; src = fetchFromGitHub { owner = "OctoMap"; repo = pname; rev = "v${version}"; - hash = "sha256-qE5i4dGugm7tR5tgDCpbla/R7hYR/PI8BzrZQ4y6Yz8="; + hash = "sha256-QxQHxxFciR6cvB/b8i0mr1hqGxOXhXmB4zgdsD977Mw="; }; sourceRoot = "${src.name}/octomap"; Successfully finished processing cachix "/nix/store/bq21p27gmgs3hj1hndgr3jyg1b6i7l8m-octomap-1.10.0" [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/octomap/versions. meta.description for octomap is: A probabilistic, flexible, and compact 3D mapping library for robotic systems meta.homepage for octomap is: https://octomap.github.io/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/OctoMap/octomap/releases/tag/v1.10.0) - [Compare changes on GitHub](https://github.com/OctoMap/octomap/compare/v1.9.8...v1.10.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.10.0 with grep in /nix/store/bq21p27gmgs3hj1hndgr3jyg1b6i7l8m-octomap-1.10.0 - found 1.10.0 in filename of file in /nix/store/bq21p27gmgs3hj1hndgr3jyg1b6i7l8m-octomap-1.10.0 ---
Rebuild report (if merged into master) (click to expand) ``` 14 total rebuild path(s) 14 package rebuild(s) First fifty rebuilds by attrpath crocoddyl fcl hpp-fcl octomap pinocchio python311Packages.crocoddyl python311Packages.example-robot-data python311Packages.hpp-fcl python311Packages.pinocchio python312Packages.crocoddyl python312Packages.example-robot-data python312Packages.hpp-fcl python312Packages.pinocchio rtabmap ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bq21p27gmgs3hj1hndgr3jyg1b6i7l8m-octomap-1.10.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 octomap https://github.com/r-ryantm/nixpkgs/archive/18656da88767426292a512eabd3aaffc656fc786.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/18656da88767426292a512eabd3aaffc656fc786#octomap ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bq21p27gmgs3hj1hndgr3jyg1b6i7l8m-octomap-1.10.0 ls -la /nix/store/bq21p27gmgs3hj1hndgr3jyg1b6i7l8m-octomap-1.10.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @lopsided98 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/298349