Unverified Commit e5a12f66 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #333833 from r-ryantm/auto-update/steampipePackages.steampipe-plugin-aws

steampipePackages.steampipe-plugin-aws: 0.144.0 -> 0.145.0
parents c1939227 994836b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "steampipe-plugin-aws";
  version = "0.144.0";
  version = "0.145.0";

  src = fetchFromGitHub {
    owner = "turbot";
    repo = "steampipe-plugin-aws";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZPTB8qbR0qJOJ7mQZuU370/s97kWJc7TtTuSqjqrleA=";
    hash = "sha256-Nh+GlnAA3dwRD0EFhUXqPXJtwUMmLzUtwFSJcaECpbc=";
  };

  vendorHash = "sha256-h0+ffKSyEU7lSqbL+LwqRZp563AlAGpzMbtg3qdOjrk=";