Loading pkgs/applications/version-management/git-and-tools/ghr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,9 +22,9 @@ buildGoModule rec { doCheck = false; doInstallCheck = true; passthru.tests.testVersion = testers.testVersion { passthru.tests.version = testers.testVersion { package = ghr; version = "ghr version v${version}"; version = "v${version}"; }; meta = with lib; { Loading Loading
pkgs/applications/version-management/git-and-tools/ghr/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,9 +22,9 @@ buildGoModule rec { doCheck = false; doInstallCheck = true; passthru.tests.testVersion = testers.testVersion { passthru.tests.version = testers.testVersion { package = ghr; version = "ghr version v${version}"; version = "v${version}"; }; meta = with lib; { Loading