about summary refs log tree commit diff
path: root/pkgs/tools/misc/iam-policy-json-to-terraform
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-02 14:52:23 -0400
committerfigsoda <figsoda@pm.me>2023-07-02 14:52:23 -0400
commit707ad3dfe4c371bc2d3e63cfc340e95a4a870231 (patch)
tree470bd6dd8ac0fbfd45ecd8c5392378f8a99edf90 /pkgs/tools/misc/iam-policy-json-to-terraform
parent505c1de51367f8fdc7b5aff57bffc31328d2392c (diff)
pkgs/tools: replace "${version}" with version
Diffstat (limited to 'pkgs/tools/misc/iam-policy-json-to-terraform')
-rw-r--r--pkgs/tools/misc/iam-policy-json-to-terraform/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/iam-policy-json-to-terraform/default.nix b/pkgs/tools/misc/iam-policy-json-to-terraform/default.nix
index ed7b0ab43182b..a015f3dabfacf 100644
--- a/pkgs/tools/misc/iam-policy-json-to-terraform/default.nix
+++ b/pkgs/tools/misc/iam-policy-json-to-terraform/default.nix
@@ -7,7 +7,7 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "flosell";
     repo = pname;
-    rev = "${version}";
+    rev = version;
     sha256 = "sha256-ovmWZpeHt1L8zNzG7+2BohteSjpYADMivi+AP0Vm8/E=";
   };