10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-tMbB0u0BxoWGLPOsebwxd0QQcAlpSuhfCRdBEGpLpRU=";
17 vendorHash = "sha256-gLhVbd0rca+khY8i776EN/PoySNq/oYYNFbioMjgxPc=";
22 "-X" "main.BuildVersion=${version}"
23 "-X" "main.BuildDate=1970-01-01"
27 description = "Simple command-line URL parser";
28 homepage = "https://github.com/thegeeklab/url-parser";
29 changelog = "https://github.com/thegeeklab/url-parser/releases/tag/v${version}";
30 license = licenses.mit;
31 maintainers = with maintainers; [ doronbehar ];
32 mainProgram = "url-parser";