Skip to content

Commit 06f4b2f

Browse files
authored
azure-cli-extensions.application-insights: 1.2.1 -> 1.2.2 (#379320)
2 parents 00769b0 + 62b9ab4 commit 06f4b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/az/azure-cli/extensions-manual.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
{
1717
application-insights = mkAzExtension rec {
1818
pname = "application-insights";
19-
version = "1.2.1";
19+
version = "1.2.2";
2020
url = "https://azcliprod.blob.core.windows.net/cli-extensions/application_insights-${version}-py2.py3-none-any.whl";
21-
hash = "sha256-4fqCTrWH4r7H9MtNHEzhAzqz0/rGWvQt1iGPZzsBnO4=";
21+
hash = "sha256-ijmPj8jG+s+855jly3m5wEz5myS8pxU/Scf7lRP2VvI=";
2222
description = "Support for managing Application Insights components and querying metrics, events, and logs from such components";
2323
propagatedBuildInputs = with python3Packages; [ isodate ];
2424
meta.maintainers = with lib.maintainers; [ andreasvoss ];

0 commit comments

Comments
 (0)