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

git-credential-oauth: 0.11.2 -> 0.11.3
This commit is contained in:
Nick Cao 2024-05-03 21:35:33 -04:00 committed by GitHub
commit 68c4382049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.11.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-dGn1I47/S6DYXva5zjvcQnB+I4Ex354xMmZ/3OkpjMw=";
hash = "sha256-tJJxCtCNuPtoQYABEViS1G6aHrMTLn+r3hlTTkaJvCg=";
};
nativeBuildInputs = [ installShellFiles ];