Skip to content

Commit 9d7a135

Browse files
committed
atmos: 1.178.0 -> 1.180.0
1 parent d079709 commit 9d7a135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/at/atmos/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule (finalAttrs: {
99
pname = "atmos";
10-
version = "1.178.0";
10+
version = "1.180.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "cloudposse";
1414
repo = "atmos";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-5rChYMwRtJt6jvgzJoU7OkgheJML2vgY/NhJsSE/KCI=";
16+
hash = "sha256-/yCgC73J4PVTqmJBW0eLCMVWtsyMGLeF0Rmvx+N/oP8=";
1717
};
1818

19-
vendorHash = "sha256-0vHX4P33o6HMQ9k4Awd9+sDoLhbq/8YzrW7dkUeoR7Y=";
19+
vendorHash = "sha256-k1zC3tUF2uDAo86J6dZmYOGZcYFBNdSH15cyX2tiZEg=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)