about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-18 10:09:39 -0500
committerGitHub <noreply@github.com>2024-01-18 10:09:39 -0500
commite9b2bf9a311543cdb4ac39e96d6044edf0f0c30b (patch)
tree1741f14000a2cafce420e3299e43e9a1d6295694 /pkgs/applications/networking/cluster
parent82ea33a08118eaf15e47929dee39903e6bebe061 (diff)
parent9578fdbba1773562fce43e2bfaf9428c88097b12 (diff)
Merge pull request #281706 from r-ryantm/auto-update/atmos
atmos: 1.53.0 -> 1.54.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/atmos/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/atmos/default.nix b/pkgs/applications/networking/cluster/atmos/default.nix
index 39ed3f93bb77f..433a983eb02c1 100644
--- a/pkgs/applications/networking/cluster/atmos/default.nix
+++ b/pkgs/applications/networking/cluster/atmos/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "atmos";
-  version = "1.53.0";
+  version = "1.54.0";
 
   src = fetchFromGitHub {
     owner = "cloudposse";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-2T5LCtycTBnJntcKQoJqNwTczWR8bC1SBAqjMN+3Qd4=";
+    sha256 = "sha256-WGOuFqkrX3/5RINdsegTSxJ28W4iEMPuLVrCjtmCkTw=";
   };
 
-  vendorHash = "sha256-piK9IVwGAidDhBNAEnu9hD7Ng67ZKxZMcNqgOXLCkq0=";
+  vendorHash = "sha256-kR13BVbjgQoEjb2xwH8LkxLeMp30h6mbWum9RbzzSGE=";
 
   ldflags = [ "-s" "-w" "-X github.com/cloudposse/atmos/cmd.Version=v${version}" ];