Unverified Commit 27810f10 authored by Florian Brandes's avatar Florian Brandes
Browse files

Revert "python3Packages.materialx: 1.38.10 -> 1.39.1"

This reverts commit 993ec329.
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]: https://github.com/PixarAnimationStudios/OpenUSD/pull/3159
[2]: https://github.com/NixOS/nixpkgs/pull/326466#issuecomment-2293033805



Signed-off-by: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent acdf3fca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";