atlantis: v0.33.0 -> v0.34.0

changelog: https://github.com/runatlantis/atlantis/releases/tag/v0.34.0
This commit is contained in:
Chris Moultrie
2025-04-11 18:00:00 -04:00
parent 8b0d463cc7
commit 230349c9ea
+3 -3
View File
@@ -6,20 +6,20 @@
buildGoModule rec {
pname = "atlantis";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
rev = "v${version}";
hash = "sha256-6/e3h4et5xzo0Eoh5I90FW9drOUSut1Wz7MgTSlVXGk=";
hash = "sha256-2xgU3H6X9EcbySV9RXN5oCn+7EkfdwebeYsL5+Vl69E=";
};
ldflags = [
"-X=main.version=${version}"
"-X=main.date=1970-01-01T00:00:00Z"
];
vendorHash = "sha256-OZBvDblAQ3VZ4AOnfSOlGrcKKzAkngRanwLzU0dPe+s=";
vendorHash = "sha256-1xII3GIQQCku3UzwPJnJu//zAJGuGCOSETR6sU4lPR8=";
subPackages = [ "." ];