Skip to content

Commit

Permalink
conditional use of time
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Mar 15, 2024
1 parent 3fe80a5 commit ca56ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ignite-cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ buildGoModule rec {
ldflags = [
"-X github.com/ignite/cli/ignite/version.Head=${src.rev}"
"-X github.com/ignite/cli/ignite/version.Version=v0.24.0"
"-X github.com/ignite/cli/ignite/version.Date=${builtins.toString (src.lastModified ? "0")}"
"-X github.com/ignite/cli/ignite/version.Date=${builtins.toString (src.lastModified)}"
];
}

0 comments on commit ca56ae5

Please sign in to comment.