python3Packages.materialx: disable auto updates (#394140)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user