python3Packages.materialx: disable auto updates
See e.g.bb4281dcaaand27810f1018where we had to revert, and https://github.com/NixOS/nixpkgs/pull/394139 where every dependent package is failing.
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