1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "git-credential-oauth";
7 src = fetchFromGitHub {
11 hash = "sha256-Zxdd4JhSoaAFx8neZqdOZSZEOTtupZHnX+5ziYxbw6s=";
17 "-X main.version=${version}"
20 vendorHash = "sha256-cCqbEv4kBnF6FWvfaXCOxadPVXR/AxXS3nXHf6WmsSs=";
23 description = "Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth";
24 homepage = "https://github.com/hickford/git-credential-oauth";
25 changelog = "https://github.com/hickford/git-credential-oauth/releases/tag/${src.rev}";
26 license = lib.licenses.asl20;
27 maintainers = with lib.maintainers; [ shyim ];