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.
1 parent 8b0d463 commit 230349cCopy full SHA for 230349c
pkgs/by-name/at/atlantis/package.nix
@@ -6,20 +6,20 @@
6
7
buildGoModule rec {
8
pname = "atlantis";
9
- version = "0.33.0";
+ version = "0.34.0";
10
11
src = fetchFromGitHub {
12
owner = "runatlantis";
13
repo = "atlantis";
14
rev = "v${version}";
15
- hash = "sha256-6/e3h4et5xzo0Eoh5I90FW9drOUSut1Wz7MgTSlVXGk=";
+ hash = "sha256-2xgU3H6X9EcbySV9RXN5oCn+7EkfdwebeYsL5+Vl69E=";
16
};
17
ldflags = [
18
"-X=main.version=${version}"
19
"-X=main.date=1970-01-01T00:00:00Z"
20
];
21
22
- vendorHash = "sha256-OZBvDblAQ3VZ4AOnfSOlGrcKKzAkngRanwLzU0dPe+s=";
+ vendorHash = "sha256-1xII3GIQQCku3UzwPJnJu//zAJGuGCOSETR6sU4lPR8=";
23
24
subPackages = [ "." ];
25
0 commit comments