Merge pull request #34634 from dtzWill/fix/grv-version

grv: pass in version, fix "grv -version" to at least include that

authored by Andreas Rammhold and committed by GitHub dc897521 151f234f

+2
+2
pkgs/applications/version-management/git-and-tools/grv/default.nix
··· 18 18 fetchSubmodules = true; 19 19 }; 20 20 21 + buildFlagsArray = [ "-ldflags=" "-X main.version=${version}" ]; 22 + 21 23 meta = with stdenv.lib; { 22 24 description = " GRV is a terminal interface for viewing git repositories"; 23 25 homepage = https://github.com/rgburke/grv;