Skip to content

Commit a762720

Browse files
authored
iam-policy-json-to-terraform: 1.8.2 -> 1.9.1 (#393215)
2 parents bc99c87 + 76cb2b4 commit a762720

File tree

1 file changed

+3
-3
lines changed
  • pkgs/by-name/ia/iam-policy-json-to-terraform

1 file changed

+3
-3
lines changed

pkgs/by-name/ia/iam-policy-json-to-terraform/package.nix

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

77
buildGoModule rec {
88
pname = "iam-policy-json-to-terraform";
9-
version = "1.8.2";
9+
version = "1.9.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "flosell";
1313
repo = pname;
1414
rev = version;
15-
sha256 = "sha256-ovmWZpeHt1L8zNzG7+2BohteSjpYADMivi+AP0Vm8/E=";
15+
sha256 = "sha256-xIhe+Mnvog+xRu1qMA7yxS1pCs91cr5EcaJroO+0zJ8=";
1616
};
1717

18-
vendorHash = "sha256-1WTc7peTJI3IvHJqznqRz29uQ2NG0CZpAAzlyYymZCQ=";
18+
vendorHash = "sha256-6EtOMs+Vba39hOQ029dHpHCJ9ke35PZ/em9Xye3dmvg=";
1919

2020
meta = with lib; {
2121
description = "Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document";

0 commit comments

Comments
 (0)