lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

steampipePackages.steampipe-plugin-azure: 1.4.0 -> 1.6.0 (#430899)

authored by

Weijia Wang and committed by
GitHub
5480c8af b99e3dbd

+3 -3
+3 -3
pkgs/tools/misc/steampipe-packages/steampipe-plugin-azure/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "steampipe-plugin-azure"; 11 - version = "1.4.0"; 11 + version = "1.6.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "turbot"; 15 15 repo = "steampipe-plugin-azure"; 16 16 tag = "v${version}"; 17 - hash = "sha256-eCUFXgFlC6PJ2SlWJ7dmIq5Kf1+VJErGY258ZYH4HxI="; 17 + hash = "sha256-Vtrec0g5UZGfeEGStRIr/ixgJViP/1XMOYyBmhmG2gM="; 18 18 }; 19 19 20 - vendorHash = "sha256-CYz76ttMgwS9VfCO/2MQ59bBsOpzOzT39q4ma19x644="; 20 + vendorHash = "sha256-Z4HcEqFDjWNNoevbnacx9z3j/0kz3Lm23c/ko08kUhc="; 21 21 22 22 ldflags = [ 23 23 "-s"