azure-sdk-for-cpp.identity: 1.13.2 -> 1.13.3

This commit is contained in:
R. Ryantm
2026-01-23 05:40:04 +00:00
committed by Philip Taron
parent 508a9b01a4
commit feab2719e7
@@ -10,7 +10,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "azure-sdk-for-cpp-identity";
version = "1.13.2";
version = "1.13.3";
outputs = [
"out"
"dev"
@@ -19,8 +19,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-sdk-for-cpp";
tag = "azure-identity_1.13.2";
hash = "sha256-864fU7BkVWXE0vVEYniXQUbrNRvLhhv6aR3wwdnjbQo=";
tag = "azure-identity_${finalAttrs.version}";
hash = "sha256-IGhJi8fnNY/NXnZ6ZGclJxG1gEx7BRj9setMaFUJZNQ=";
};
sourceRoot = "${finalAttrs.src.name}/sdk/identity/azure-identity";