step-ca: Set version in ldflags so this is correctly displayed in startup message

+5
+5
pkgs/tools/security/step-ca/default.nix
··· 24 24 25 25 vendorHash = "sha256-XlfdIg8YHCeCvc7kZczUxlxUonyZSQATgsxLTMvNDk4="; 26 26 27 + ldflags = [ 28 + "-w" 29 + "-X main.Version=${version}" 30 + ]; 31 + 27 32 nativeBuildInputs = lib.optionals hsmSupport [ pkg-config ]; 28 33 29 34 buildInputs =