atlantis: 0.43.0 -> 0.44.0

Diff: https://github.com/runatlantis/atlantis/compare/v0.43.0...v0.44.0
(cherry picked from commit 65bceff58e)
This commit is contained in:
Chris Moultrie 2026-06-10 15:45:56 -04:00 committed by github-actions[bot]
commit 18776ee1dd

View file

@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "atlantis";
version = "0.43.0";
version = "0.44.0";
src = fetchFromGitHub {
owner = "runatlantis";
repo = "atlantis";
tag = "v${finalAttrs.version}";
hash = "sha256-btCfoku8LgsZEJ/aza75wg8spacYEeliXVmjMZYkO3M=";
hash = "sha256-ZHd/RSzFXbcZ7324Bbgtx681zwdHi5xYgqVlTR4glHY=";
};
ldflags = [
@ -21,7 +21,7 @@ buildGoModule (finalAttrs: {
"-X=main.date=1970-01-01T00:00:00Z"
];
vendorHash = "sha256-ilKrQulEmsyv8w2ENjhfICoiXOexjUZXeb3cPeqcTqw=";
vendorHash = "sha256-hxgujZGbcEelOpoy7eCnbrypXraN7aPe8Ox81kkg3gs=";
subPackages = [ "." ];