Unverified Commit 68d35e66 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

clive: adapt version format to fix update notifier (#456694)

parents b315e9fb c39da485
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildGoModule rec {
  ];

  ldflags = [
    "-X github.com/koki-develop/clive/cmd.version=${version}"
    "-X github.com/koki-develop/clive/cmd.version=v${version}"
  ];

  postInstall = ''