Merge pull request #251144 from lilyinstarlight/fix/azure-cli-mgmt-overrides

azure-cli: use overridePythonAttrs for overrides
This commit is contained in:
OTABI Tomoya 2023-08-26 09:07:49 +09:00 committed by GitHub
commit 30ac66997d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ let
overrideAzureMgmtPackage = package: version: extension: hash:
# check to make sure overriding is even necessary
package.overrideAttrs(oldAttrs: rec {
package.overridePythonAttrs(oldAttrs: rec {
inherit version;
src = fetchPypi {