azure-cli: use overridePythonAttrs for overrides

This commit is contained in:
Lily Foster 2023-08-24 07:03:54 -04:00
parent b85ed9dcbf
commit 204748025c
No known key found for this signature in database
GPG key ID: 49340081E484C893

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 {