steampipePackages.steampipe-plugin-aws: 0.147.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-11-18 01:55:40 +00:00
parent ebada934ba
commit e79c7ad4e5

View File

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "steampipe-plugin-aws"; pname = "steampipe-plugin-aws";
version = "0.147.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "turbot"; owner = "turbot";
repo = "steampipe-plugin-aws"; repo = "steampipe-plugin-aws";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-62jGLJGc6tip6Azl5EF1vefJ6IC1+9yMB3oBKjAXWV0="; hash = "sha256-VgRt7DODpDqxlkO8oSX948ZpHR6s11LxYYaQZx6St98=";
}; };
vendorHash = "sha256-4MwISeCx/YbJSeQ5OJFIZf1SnK9aD2Eat6xKI7ZtYLk="; vendorHash = "sha256-RM/bsoQTbOj/NKr16GsCQWCxV0f7pYYf2aYcWGghGEQ=";
ldflags = [ ldflags = [
"-s" "-s"