python3Packages.microsoft-kiota-authentication-azure: add passthru.updateScript

This commit is contained in:
Robert Schütz
2025-08-12 14:05:09 -07:00
parent d5f420a0b7
commit d8ec6222dd
@@ -12,6 +12,7 @@
pytest-mock,
pytestCheckHook,
pythonOlder,
gitUpdater,
}:
buildPythonPackage rec {
@@ -24,7 +25,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "microsoft";
repo = "kiota-python";
tag = "microsoft-kiota-serialization-text-v${version}";
tag = "microsoft-kiota-authentication-azure-v${version}";
hash = "sha256-FUfVkJbpD0X7U7DPzyoh+84Bk7C07iLT9dmbUeliFu8=";
};
@@ -48,6 +49,10 @@ buildPythonPackage rec {
pythonImportsCheck = [ "kiota_authentication_azure" ];
passthru.updateScript = gitUpdater {
rev-prefix = "microsoft-kiota-authentication-azure-v";
};
meta = with lib; {
description = "Kiota Azure authentication provider";
homepage = "https://github.com/microsoft/kiota-python/tree/main/packages/authentication/azure";