File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/by-name/az/azure-cli Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 113113
114114 ssh = mkAzExtension rec {
115115 pname = "ssh" ;
116- version = "2.0.5 " ;
116+ version = "2.0.6 " ;
117117 url = "https://azcliprod.blob.core.windows.net/cli-extensions/ssh-${ version } -py3-none-any.whl" ;
118- hash = "sha256-gMmLENe/HOQAW3aUrt0FxHNVRWd1umElMIvmX7D+/JM =" ;
118+ hash = "sha256-PSIGtOa91WxpzFCauZ5d5tx/ZtCRsBhbejtVfY3Bgss =" ;
119119 description = "SSH into Azure VMs using RBAC and AAD OpenSSH Certificates" ;
120120 propagatedBuildInputs = with python3Packages ; [
121121 oras
122122 oschmod
123123 ] ;
124- meta . maintainers = with lib . maintainers ; [ gordon-bp ] ;
124+ meta = {
125+ maintainers = with lib . maintainers ; [ gordon-bp ] ;
126+ changelog = "https://github.com/Azure/azure-cli-extensions/blob/ssh-${ version } /src/ssh/HISTORY.md" ;
127+ } ;
125128 } ;
126129
127130 storage-preview = mkAzExtension rec {
You can’t perform that action at this time.
0 commit comments