We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ca9d58 + 9d7a135 commit 234aa5fCopy full SHA for 234aa5f
pkgs/by-name/at/atmos/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "atmos";
10
- version = "1.178.0";
+ version = "1.180.0";
11
12
src = fetchFromGitHub {
13
owner = "cloudposse";
14
repo = "atmos";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-5rChYMwRtJt6jvgzJoU7OkgheJML2vgY/NhJsSE/KCI=";
+ hash = "sha256-/yCgC73J4PVTqmJBW0eLCMVWtsyMGLeF0Rmvx+N/oP8=";
17
};
18
19
- vendorHash = "sha256-0vHX4P33o6HMQ9k4Awd9+sDoLhbq/8YzrW7dkUeoR7Y=";
+ vendorHash = "sha256-k1zC3tUF2uDAo86J6dZmYOGZcYFBNdSH15cyX2tiZEg=";
20
21
ldflags = [
22
"-s"
0 commit comments