lol

glide: output correct version (#22896)

It currently displays `0.12.0-dev` instead of the specified
version.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

authored by

Vincent Demeester and committed by
Robin Gloster
834de6eb a9584c95

+5
+5
pkgs/development/tools/glide/default.nix
··· 6 6 7 7 goPackagePath = "github.com/Masterminds/glide"; 8 8 9 + buildFlagsArray = '' 10 + -ldflags= 11 + -X main.version=${version} 12 + ''; 13 + 9 14 src = fetchFromGitHub { 10 15 rev = "v${version}"; 11 16 owner = "Masterminds";