about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-23 10:14:36 -0500
committerGitHub <noreply@github.com>2024-02-23 10:14:36 -0500
commitf0c1d049dc0313257c209ae6abc120d11c4fa386 (patch)
tree449b9a043d1e1bce1ec1d22115e1fd3799ab4733 /pkgs
parent3fb9808abf5ffe63bbb8595f7909fe7a1f712f3d (diff)
parent634c44e196b69334d367e84a168b55d9b329d07e (diff)
Merge pull request #290796 from r-ryantm/auto-update/atmos
atmos: 1.63.0 -> 1.64.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/atmos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/atmos/default.nix b/pkgs/applications/networking/cluster/atmos/default.nix
index 7f43c1b4657a9..88d417863673f 100644
--- a/pkgs/applications/networking/cluster/atmos/default.nix
+++ b/pkgs/applications/networking/cluster/atmos/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "atmos";
-  version = "1.63.0";
+  version = "1.64.0";
 
   src = fetchFromGitHub {
     owner = "cloudposse";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-3XmRTboq8DSIV4w6EFsbgl21eY3QA5DicE9nM5sAZOQ=";
+    sha256 = "sha256-wNsyZ0Y3siSZ+i/G3bH/S8wkrmK+FZ2sn5XByDkZ80c=";
   };
 
   vendorHash = "sha256-i7m9YXPlWqHtvC4Df7v5bLWt2tqeT933t2+Xit5RQxg=";