atmos: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2022-09-15 06:41:54 +00:00
parent ee55809e31
commit 5c3b86632d

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atmos";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "cloudposse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SZ/4QKO8PdbHWZ+urOqZPFUb9lFRP+HWbNff1fmwDqI=";
sha256 = "sha256-Jt8/sB6cpxNr0Mcp0+KrwxQAicOHHRGnHXLruBSvZ4M=";
};
vendorSha256 = "sha256-d2Eod1AK6Ei5Az9wPHVqij8K4CVj7Ptewd3dBJ9Wt3o=";