Skip to content

Commit

Permalink
Merge pull request #236899 from r-ryantm/auto-update/git-credential-o…
Browse files Browse the repository at this point in the history
…auth

git-credential-oauth: 0.7.0 -> 0.8.0
  • Loading branch information
mweinelt committed Jun 9, 2023
2 parents 20e7b66 + 01c3da6 commit ac4b866
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "git-credential-oauth";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-f12PgTtfs/S9RI8+QFROkNqccRWeIW1/YkynqvKJc7I=";
hash = "sha256-t1P20BDNQ0aJRgQhOgYP2Md44+I8xs6884ktBO4nGjY=";
};

ldflags = [
Expand All @@ -17,7 +17,7 @@ buildGoModule rec {
"-X main.version=${version}"
];

vendorHash = "sha256-9X7ti3NR5MKK0MpiyTOTO+EtdMuu4/TW/diHq9FjSHY=";
vendorHash = "sha256-oHusgU5SMkFDY2dhFRdDonyYkyOBGOp+zqx2nFmOWXk=";

meta = {
description = "Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth";
Expand Down

0 comments on commit ac4b866

Please sign in to comment.