Skip to content

Commit 27810f1

Browse files
committed
Revert "python3Packages.materialx: 1.38.10 -> 1.39.1"
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]: NixOS#326466 (comment) Signed-off-by: Florian Brandes <[email protected]>
1 parent acdf3fc commit 27810f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/materialx/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
buildPythonPackage rec {
1919
pname = "materialx";
20-
version = "1.39.1";
20+
version = "1.38.10";
2121

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

2929
format = "other";

0 commit comments

Comments
 (0)