oh-my-posh: update ldflags
This commit is contained in:
parent
97d0d7aa65
commit
11b2909e09
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue