about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/atmos
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-24 15:15:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-24 15:15:49 +0000
commitcbc999e4125399f0af9622aa6532167f9b02a954 (patch)
treee39ba763442ee1dfa0d1011755668217c7fab6f1 /pkgs/applications/networking/cluster/atmos
parentd63af7f57c966ce08eaded990d575957d4fb9144 (diff)
atmos: 1.54.0 -> 1.55.0
Diffstat (limited to 'pkgs/applications/networking/cluster/atmos')
-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 433a983eb02c1..3aee5fe4e3a68 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.54.0";
+  version = "1.55.0";
 
   src = fetchFromGitHub {
     owner = "cloudposse";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-WGOuFqkrX3/5RINdsegTSxJ28W4iEMPuLVrCjtmCkTw=";
+    sha256 = "sha256-JRvPRlq4H9PcELozlvIE065LSNIxrh/Ej+2GXO8s2x4=";
   };
 
-  vendorHash = "sha256-kR13BVbjgQoEjb2xwH8LkxLeMp30h6mbWum9RbzzSGE=";
+  vendorHash = "sha256-YBcVsuBL5n5ycaY1a0uxlDKX7YyrtF16gi17wCK1Jio=";
 
   ldflags = [ "-s" "-w" "-X github.com/cloudposse/atmos/cmd.Version=v${version}" ];