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

git-credential-oauth: 0.8.0 -> 0.9.1
This commit is contained in:
Weijia Wang 2023-08-07 13:12:41 +02:00 committed by GitHub
commit 9bd2b892a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.8.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-t1P20BDNQ0aJRgQhOgYP2Md44+I8xs6884ktBO4nGjY=";
hash = "sha256-FNOGzv0oAPpAPS8V8I+wowKY5uZhfWm6m8obiAay3AE=";
};
ldflags = [