about summary refs log tree commit diff
path: root/pkgs/applications/virtualization
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-27 17:44:31 -0500
committerGitHub <noreply@github.com>2023-10-27 17:44:31 -0500
commit18ba99f27676ead392691a02cafe184be73d6faa (patch)
tree1f33dd0fbf7c60be082aad3d0a1c5fb87acb1be2 /pkgs/applications/virtualization
parent69554b2f392e44ff5e5c32de9c5768c0b73ffce5 (diff)
parent250bbfc61abee4321456dff4f91aaf8bb61edffc (diff)
Merge pull request #263633 from r-ryantm/auto-update/ecs-agent
ecs-agent: 1.76.0 -> 1.78.0
Diffstat (limited to 'pkgs/applications/virtualization')
-rw-r--r--pkgs/applications/virtualization/ecs-agent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/ecs-agent/default.nix b/pkgs/applications/virtualization/ecs-agent/default.nix
index 983e788adc855..34cb0cc757cba 100644
--- a/pkgs/applications/virtualization/ecs-agent/default.nix
+++ b/pkgs/applications/virtualization/ecs-agent/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "amazon-ecs-agent";
-  version = "1.76.0";
+  version = "1.78.0";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "aws";
     repo = pname;
-    hash = "sha256-Ex+vYbOdD/AyCMgYF0xBKSxEM3lhBSRR80bx35t6tSA=";
+    hash = "sha256-/FppBl25AgwZhNcwWmUc0ThaTm1U4lhaoCTTJ/R/srI=";
   };
 
   vendorHash = null;