Skip to content

Commit 00b3a37

Browse files
committed
steampipePackages.steampipe-plugin-aws: 1.6.0 -> 1.9.0
1 parent 882b04f commit 00b3a37

File tree

1 file changed

+3
-3
lines changed
  • pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws

1 file changed

+3
-3
lines changed

pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "steampipe-plugin-aws";
11-
version = "1.6.0";
11+
version = "1.9.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "turbot";
1515
repo = "steampipe-plugin-aws";
1616
tag = "v${version}";
17-
hash = "sha256-kKJoEzudqNdVCmZpyB2Jaqjn01ZOnqqQ516DYnC0Qng=";
17+
hash = "sha256-OpfusJAU2VzsvUjzwvd9xoUAsD4Pl/90mv3ADrVSY1A=";
1818
};
1919

20-
vendorHash = "sha256-76mIpOWpW4NgyKDzeVd7LkmiRhcikMvFaqt8qvh16+U=";
20+
vendorHash = "sha256-eWoeC5MyU7Hs96DK53F0HOaqdT9TjfN2f8BW+oJ2pYY=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)