python3Packages.materialx: disable auto updates (#394140)

This commit is contained in:
Nick Cao
2025-03-30 10:06:50 -04:00
committed by GitHub
@@ -18,6 +18,9 @@ buildPythonPackage rec {
pname = "materialx";
version = "1.38.10";
# nixpkgs-update: no auto update
# Updates are disabled due to API breakage in 1.39+ that breaks almost all
# consumers.
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "MaterialX";