Merge pull request #292484 from r-ryantm/auto-update/atmos

atmos: 1.64.1 -> 1.64.3
This commit is contained in:
Nick Cao 2024-03-01 10:25:58 -05:00 committed by GitHub
commit 21a46c6838
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atmos";
version = "1.64.1";
version = "1.64.3";
src = fetchFromGitHub {
owner = "cloudposse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QHXBvZThLi5Gnpc7fmitkvl3JU1i/g2jz8c6U4//6mU=";
sha256 = "sha256-Z27wFAWstsQliDiYl93yY9LDeVcGEWcrmggGJI60hxk=";
};
vendorHash = "sha256-i7m9YXPlWqHtvC4Df7v5bLWt2tqeT933t2+Xit5RQxg=";