oh-my-posh: update ldflags

This commit is contained in:
Mario Rodas 2023-07-08 22:10:00 +00:00
parent 97d0d7aa65
commit 11b2909e09

View File

@ -26,7 +26,8 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X main.Version=${version}"
"-X github.com/jandedobbeleer/oh-my-posh/src/build.Version=${version}"
"-X github.com/jandedobbeleer/oh-my-posh/src/build.Date=1970-01-01T00:00:00Z"
];
tags = [