atmos: 1.83.0 -> 1.83.1

This commit is contained in:
R. Ryantm 2024-07-09 11:01:50 +00:00
parent 655a58a72a
commit 603baa1f83

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atmos";
version = "1.83.0";
version = "1.83.1";
src = fetchFromGitHub {
owner = "cloudposse";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FIl+SWYK8+OLuynhma7IG2fozekhGZKK/t5RgD+eTtA=";
sha256 = "sha256-B1s+9oLShbrziYm9P8xE5UPwxTchlGPUmjYSWGhsGjY=";
};
vendorHash = "sha256-dklmWu+PHSEeQM2MWBkYMiyw5rX9S8SI3l86nst6v9E=";