assimp 5.3.1 -> 5.4.0 https://github.com/assimp/assimp/releases attrpath: assimp 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/assimp/default.nix b/pkgs/development/libraries/assimp/default.nix index 8019c6cc943f..6c49c5b8347b 100644 --- a/pkgs/development/libraries/assimp/default.nix +++ b/pkgs/development/libraries/assimp/default.nix @@ -8,14 +8,14 @@ stdenv.mkDerivation rec { pname = "assimp"; - version = "5.3.1"; + version = "5.4.0"; outputs = [ "out" "lib" "dev" ]; src = fetchFromGitHub { owner = "assimp"; repo = "assimp"; rev = "v${version}"; - hash = "sha256-/1A8n7oe9WsF3FpbLZxhifzrdj38t9l5Kc8Q5jfDoyY="; + hash = "sha256-xfCxTu7D+/KCCM5e1ExBfSFFyD6gQ6wQBQao2Hx/YkQ="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/s2n35flq70bhkq3xcr9lmig1a0yv01nf-assimp-5.4.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
17 packages failed to build:
38 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/assimp/assimp/releases. meta.description for assimp is: A library to import various 3D model formats meta.homepage for assimp is: https://www.assimp.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/assimp/assimp/releases/tag/v5.4.0) - [Compare changes on GitHub](https://github.com/assimp/assimp/compare/v5.3.1...v5.4.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.4.0 with grep in /nix/store/s2n35flq70bhkq3xcr9lmig1a0yv01nf-assimp-5.4.0 - found 5.4.0 in filename of file in /nix/store/s2n35flq70bhkq3xcr9lmig1a0yv01nf-assimp-5.4.0 ---
Rebuild report (if merged into master) (click to expand) ``` 37 total rebuild path(s) 37 package rebuild(s) First fifty rebuilds by attrpath assimp comic-mandown crocoddyl cutter cutterPlugins.rz-ghidra hpp-fcl kdePackages.falkon kdePackages.full kdePackages.qt3d nitrokey-app2 normcap onedrivegui onionshare onionshare-gui openusd pinocchio pioneer python311Packages.crocoddyl python311Packages.example-robot-data python311Packages.hpp-fcl python311Packages.pinocchio python311Packages.pyside6 python312Packages.crocoddyl python312Packages.example-robot-data python312Packages.hpp-fcl python312Packages.pinocchio python312Packages.pyside6 qt6.full qt6.qt3d qt6Packages.full qt6Packages.qt3d retool smb3-foundry streamdeck-ui syncplay trenchbroom vkmark ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/s2n35flq70bhkq3xcr9lmig1a0yv01nf-assimp-5.4.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 assimp https://github.com/r-ryantm/nixpkgs/archive/403fe0f349d39fb826705a4eced3675edb65ec64.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/403fe0f349d39fb826705a4eced3675edb65ec64#assimp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/s2n35flq70bhkq3xcr9lmig1a0yv01nf-assimp-5.4.0 ls -la /nix/store/s2n35flq70bhkq3xcr9lmig1a0yv01nf-assimp-5.4.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
17 packages failed to build:
38 packages built:
--- ###### Maintainer pings cc @ehmry 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/302471