tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
steampipePackages.steampipe-plugin-aws: 1.23.0 -> 1.24.0
R. Ryantm
6 months ago
414f2c96
e700fb63
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
steampipe-packages
steampipe-plugin-aws
default.nix
+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
11
-
version = "1.23.0";
11
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
17
-
hash = "sha256-T4Qew3GgJbgyNrx5oSXLtfA8ilfegybJqJ+zx0jLf7E=";
17
17
+
hash = "sha256-01eF1hs36dSdwT1PfvKeuRUBAA7CZTBFxEP53mvU4mw=";
18
18
};
19
19
20
20
vendorHash = "sha256-9Kl4aTQQNQVIkFTLnXVEyN5WYxgihSeYlnL/r/vsGKU=";