terraform: remove "-dev" suffix from -version output (#288878)

This commit is contained in:
Nick Novitski 2024-02-15 01:17:42 -08:00 committed by GitHub
parent 35b2ccc34f
commit 9e2ece5681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ let
inherit hash;
};
ldflags = [ "-s" "-w" ];
ldflags = [ "-s" "-w" "-X 'github.com/hashicorp/terraform/version.dev=no'" ];
postConfigure = ''
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22