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

git-credential-oauth: 0.10.0 -> 0.10.1
This commit is contained in:
Weijia Wang 2023-09-08 15:33:59 +02:00 committed by GitHub
commit 07133b040c
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.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-dsJ2h0hnqAwqNZv2Wod6XvPR5za8YNYAhtv4pMICfO8=";
hash = "sha256-0sgoBvNVQZI8mOfKI5XWVQ6+615gKi1pO/4DPI6/fKA=";
};
ldflags = [