Merge pull request #34634 from dtzWill/fix/grv-version
grv: pass in version, fix "grv -version" to at least include that
This commit is contained in:
commit
dc89752154
@ -18,6 +18,8 @@ buildGoPackage {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
buildFlagsArray = [ "-ldflags=" "-X main.version=${version}" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = " GRV is a terminal interface for viewing git repositories";
|
||||
homepage = https://github.com/rgburke/grv;
|
||||
|
Loading…
Reference in New Issue
Block a user