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

atmos: 1.63.0 -> 1.64.0
This commit is contained in:
Nick Cao 2024-02-23 10:14:36 -05:00 committed by GitHub
commit f0c1d049dc
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.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=";