opencascade-occt 7.6.2 -> 7.7.2 https://repology.org/project/opencascade-occt/versions attrpath: opencascade-occt Checking auto update branch... An auto update branch exists with message `opencascade-occt: 7.6.2 -> 7.7.1`. New version is 7.7.2. The auto update branch does not match or exceed the new version. [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/opencascade-occt/default.nix b/pkgs/development/libraries/opencascade-occt/default.nix index 2a8d49d9d134..d183eb1ee2cb 100644 --- a/pkgs/development/libraries/opencascade-occt/default.nix +++ b/pkgs/development/libraries/opencascade-occt/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "opencascade-occt"; - version = "7.6.2"; + version = "7.7.2"; commit = "V${builtins.replaceStrings ["."] ["_"] version}"; src = fetchurl { name = "occt-${commit}.tar.gz"; url = "https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=${commit};sf=tgz"; - sha256 = "sha256-n3KFrN/mN1SVXfuhEUAQ1fJzrCvhiclxfEIouyj9Z18="; + sha256 = "sha256-M0G/pJuxsJu5gRk0rIgC173/XxI1ERpmCtWjgr/0dyY="; }; nativeBuildInputs = [ cmake ninja ]; Successfully finished processing cachix "/nix/store/z7mhywkhsfkid81mwdsm4cb1aaxbdrhc-opencascade-occt-7.7.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/opencascade-occt/versions. meta.description for opencascade-occt is: Open CASCADE Technology, libraries for 3D modeling and numerical simulation meta.homepage for opencascade-occt is: https://www.opencascade.org/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.7.2 with grep in /nix/store/z7mhywkhsfkid81mwdsm4cb1aaxbdrhc-opencascade-occt-7.7.2 - found 7.7.2 in filename of file in /nix/store/z7mhywkhsfkid81mwdsm4cb1aaxbdrhc-opencascade-occt-7.7.2 ---
Rebuild report (if merged into master) (click to expand) ``` 26 total rebuild path(s) 26 package rebuild(s) First fifty rebuilds by attrpath freecad gmsh horizon-eda ifcopenshell inkcut inkscape-extensions.inkcut kicad-small kicad-unstable-small octavePackages.bim octavePackages.msh opencascade-occt prusa-slicer python310Packages.enamlx python310Packages.fipy python310Packages.gmsh python310Packages.ifcopenshell python310Packages.kicad python310Packages.pythonocc-core python311Packages.enamlx python311Packages.fipy python311Packages.gmsh python311Packages.ifcopenshell python311Packages.kicad python311Packages.pythonocc-core super-slicer super-slicer-latest ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/z7mhywkhsfkid81mwdsm4cb1aaxbdrhc-opencascade-occt-7.7.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 opencascade-occt https://github.com/r-ryantm/nixpkgs/archive/150b20437a3421e11eac0546c093d32d40136590.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/z7mhywkhsfkid81mwdsm4cb1aaxbdrhc-opencascade-occt-7.7.2 ls -la /nix/store/z7mhywkhsfkid81mwdsm4cb1aaxbdrhc-opencascade-occt-7.7.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 @amiloradovsky @gebner 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/149796