lol

steampipePackages.steampipe-plugin-aws: 1.23.0 -> 1.24.0

R. Ryantm 414f2c96 e700fb63

+2 -2
+2 -2
pkgs/tools/misc/steampipe-packages/steampipe-plugin-aws/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "steampipe-plugin-aws"; 11 - version = "1.23.0"; 11 + version = "1.24.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "turbot"; 15 15 repo = "steampipe-plugin-aws"; 16 16 tag = "v${version}"; 17 - hash = "sha256-T4Qew3GgJbgyNrx5oSXLtfA8ilfegybJqJ+zx0jLf7E="; 17 + hash = "sha256-01eF1hs36dSdwT1PfvKeuRUBAA7CZTBFxEP53mvU4mw="; 18 18 }; 19 19 20 20 vendorHash = "sha256-9Kl4aTQQNQVIkFTLnXVEyN5WYxgihSeYlnL/r/vsGKU=";