about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-05 11:44:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-05 11:44:59 +0000
commit8edf39b29c18e4e66194d0a424d06ddc6f34498f (patch)
treed8c3240d70e7ea0b15e76cf76b9fd370397ac737 /pkgs/applications/networking
parent0a254180b4cad6be45aa46dce896bdb8db5d2930 (diff)
downloadnixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.tar
nixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.tar.gz
nixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.tar.bz2
nixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.tar.lz
nixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.tar.xz
nixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.tar.zst
nixlib-8edf39b29c18e4e66194d0a424d06ddc6f34498f.zip
atmos: 1.55.0 -> 1.57.0
Diffstat (limited to 'pkgs/applications/networking')
-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 3aee5fe4e3a6..cb313d833dae 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.55.0";
+  version = "1.57.0";
 
   src = fetchFromGitHub {
     owner = "cloudposse";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-JRvPRlq4H9PcELozlvIE065LSNIxrh/Ej+2GXO8s2x4=";
+    sha256 = "sha256-saOEMGZKtlMDZjkzac3j5hu5j0rKCNnDKV3aRnP5TWc=";
   };
 
-  vendorHash = "sha256-YBcVsuBL5n5ycaY1a0uxlDKX7YyrtF16gi17wCK1Jio=";
+  vendorHash = "sha256-Gjff8341MrUal3fVTDXE6nP9RwxaHYTjhPImaEv/9RU=";
 
   ldflags = [ "-s" "-w" "-X github.com/cloudposse/atmos/cmd.Version=v${version}" ];