summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-06 07:49:05 -0400
committerGitHub <noreply@github.com>2023-09-06 07:49:05 -0400
commitb2a725fca730c6311a68df231ea989aa10dcf056 (patch)
treee4aeb6c381650153509d1613974d6b9fe800e12c /pkgs/applications/networking
parent48d74ce475f992767f4878975bdaa4bc2b561e23 (diff)
parente8c976f67700dbb8ae2c41347d3bf4e35b0b1b1d (diff)
downloadnixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.tar
nixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.tar.gz
nixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.tar.bz2
nixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.tar.lz
nixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.tar.xz
nixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.tar.zst
nixpkgs-b2a725fca730c6311a68df231ea989aa10dcf056.zip
Merge pull request #253544 from kashw2/terragrunt
terragrunt: 0.50.12 -> 0.50.13
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/terragrunt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/terragrunt/default.nix b/pkgs/applications/networking/cluster/terragrunt/default.nix
index 9962b94597e..6624bc26c5a 100644
--- a/pkgs/applications/networking/cluster/terragrunt/default.nix
+++ b/pkgs/applications/networking/cluster/terragrunt/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "terragrunt";
-  version = "0.50.12";
+  version = "0.50.13";
 
   src = fetchFromGitHub {
     owner = "gruntwork-io";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-NAilGvA0S4GEQgqKKQMddemZmyFBnKE4+R689kAyoMg=";
+    hash = "sha256-d3fWHkuJdijN5/EsG6nhdf6G8AG2nZVFN8MUN8X+qf0=";
   };
 
   vendorHash = "sha256-wQ5jxOTuYkiW5zHcduByKZ+vHPKn/1ELL3DskKze+UI=";
@@ -38,6 +38,6 @@ buildGoModule rec {
     changelog = "https://github.com/gruntwork-io/terragrunt/releases/tag/v${version}";
     description = "A thin wrapper for Terraform that supports locking for Terraform state and enforces best practices";
     license = licenses.mit;
-    maintainers = with maintainers; [ jk qjoly ];
+    maintainers = with maintainers; [ jk qjoly kashw2 ];
   };
 }