Soner Sayakci 2023-10-10 16:13:41 +02:00
parent b7057368c8
commit b0427fc013
No known key found for this signature in database

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "git-credential-oauth"; pname = "git-credential-oauth";
version = "0.10.1"; version = "0.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hickford"; owner = "hickford";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0sgoBvNVQZI8mOfKI5XWVQ6+615gKi1pO/4DPI6/fKA="; hash = "sha256-Zxdd4JhSoaAFx8neZqdOZSZEOTtupZHnX+5ziYxbw6s=";
}; };
ldflags = [ ldflags = [
@ -17,7 +17,7 @@ buildGoModule rec {
"-X main.version=${version}" "-X main.version=${version}"
]; ];
vendorHash = "sha256-STwBiqdUwiyhTySPENqfJLUTMwxaq5nYtrAX6+pcKoc="; vendorHash = "sha256-cCqbEv4kBnF6FWvfaXCOxadPVXR/AxXS3nXHf6WmsSs=";
meta = { meta = {
description = "Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth"; description = "Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth";