about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-05 10:07:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-05 10:07:52 +0000
commiteec9f8535b065480975980266ce89a85f6af1cbd (patch)
tree50cbe6f453122192c2eaf7e7c649981c15991ac3
parent5cdb38bb16c6d0a38779db14fcc766bc1b2394d6 (diff)
downloadnixlib-eec9f8535b065480975980266ce89a85f6af1cbd.tar
nixlib-eec9f8535b065480975980266ce89a85f6af1cbd.tar.gz
nixlib-eec9f8535b065480975980266ce89a85f6af1cbd.tar.bz2
nixlib-eec9f8535b065480975980266ce89a85f6af1cbd.tar.lz
nixlib-eec9f8535b065480975980266ce89a85f6af1cbd.tar.xz
nixlib-eec9f8535b065480975980266ce89a85f6af1cbd.tar.zst
nixlib-eec9f8535b065480975980266ce89a85f6af1cbd.zip
atmos: 1.64.3 -> 1.65.0
-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 af4dad92e466..a13786c78524 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.64.3";
+  version = "1.65.0";
 
   src = fetchFromGitHub {
     owner = "cloudposse";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Z27wFAWstsQliDiYl93yY9LDeVcGEWcrmggGJI60hxk=";
+    sha256 = "sha256-KhWi5zxPyBe0xJuJjTROwFIyMPqgUvDeRRIOVowKVxc=";
   };
 
-  vendorHash = "sha256-i7m9YXPlWqHtvC4Df7v5bLWt2tqeT933t2+Xit5RQxg=";
+  vendorHash = "sha256-imMIxEmMdW8nAsQC4q7TID+c7J8LbdtAWFj8qvPGtyA=";
 
   ldflags = [ "-s" "-w" "-X github.com/cloudposse/atmos/cmd.Version=v${version}" ];