Merge pull request #229069 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice

python310Packages.azure-mgmt-containerservice: 22.0.0 -> 22.1.0

authored by

Fabian Affolter and committed by
GitHub
d647a3c7 e78f36ba

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-containerservice"; 14 - version = "22.0.0"; 14 + version = "22.1.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 19 19 src = fetchPypi { 20 20 inherit pname version; 21 21 extension = "zip"; 22 - hash = "sha256-/nHR81KW3VaeP2yOSWnCDvZGyxrzK8fAn9S/RRgBhyk="; 22 + hash = "sha256-GTfFj2XJe01RaHKUTdRm/ZRfNIvsxxmflxTcfQfaY04="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [