Merge pull request #250391 from r-ryantm/auto-update/git-credential-oauth

git-credential-oauth: 0.9.1 -> 0.10.0

authored by

Nick Cao and committed by
GitHub
f361edb3 e88dc3f4

+3 -3
+3 -3
pkgs/applications/version-management/git-credential-oauth/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "git-credential-oauth"; 5 - version = "0.9.1"; 5 + version = "0.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "hickford"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-FNOGzv0oAPpAPS8V8I+wowKY5uZhfWm6m8obiAay3AE="; 11 + hash = "sha256-dsJ2h0hnqAwqNZv2Wod6XvPR5za8YNYAhtv4pMICfO8="; 12 12 }; 13 13 14 14 ldflags = [ ··· 17 17 "-X main.version=${version}" 18 18 ]; 19 19 20 - vendorHash = "sha256-oHusgU5SMkFDY2dhFRdDonyYkyOBGOp+zqx2nFmOWXk="; 20 + vendorHash = "sha256-STwBiqdUwiyhTySPENqfJLUTMwxaq5nYtrAX6+pcKoc="; 21 21 22 22 meta = { 23 23 description = "Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth";