Skip to content

Commit

Permalink
Revert "python3Packages.materialx: 1.38.10 -> 1.39.1"
Browse files Browse the repository at this point in the history
This reverts commit 993ec32.
MaterialX has some upstream issues which haven't been quite
worked out, yet[1]. It is therefore reasonable to wait
with an update in nixpkgs. It also breaks downstream packages
like python312Packages.openusd as well as blender[2]

[1]: PixarAnimationStudios/OpenUSD#3159
[2]: #326466 (comment)

Signed-off-by: Florian Brandes <[email protected]>
  • Loading branch information
gador committed Nov 3, 2024
1 parent 8342459 commit b892354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/materialx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

buildPythonPackage rec {
pname = "materialx";
version = "1.39.1";
version = "1.38.10";

src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "MaterialX";
rev = "refs/tags/v${version}";
hash = "sha256-WzzsY1hOWwJEqT/ZRLIoZDfKNvx1Yf6aFhA3ZcSPx+s=";
rev = "v${version}";
hash = "sha256-/kMHmW2dptZNtjuhE5s+jvPRIdtY+FRiVtMU+tiBgQo=";
};

format = "other";
Expand Down

0 comments on commit b892354

Please sign in to comment.