9 version = "0-unstable-2016-06-23";
11 src = fetchFromGitHub {
14 rev = "77fd787551fc5e7ae30696e009e334d52d2d3a43";
15 hash = "sha256-lpc8wFKAB+A8mBm9q3qNzTM8ktFS1MYdIvZVFP0eiIs=";
21 go mod init github.com/rogpeppe/govers
24 dontRenameImports = true;
26 doCheck = false; # fails, silently
29 description = "Tool for rewriting Go import paths";
30 homepage = "https://github.com/rogpeppe/govers";
31 license = lib.licenses.bsd3;
32 mainProgram = "govers";
33 maintainers = with lib.maintainers; [