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

git-credential-oauth: 0.11.3 -> 0.12.1
This commit is contained in:
Nick Cao
2024-06-16 10:23:24 -04:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.11.3";
version = "0.12.1";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-tJJxCtCNuPtoQYABEViS1G6aHrMTLn+r3hlTTkaJvCg=";
hash = "sha256-iDnTjrVDH8qBYkvNjLHYmTaK8vScluDM4+W/5Rdo+Xc=";
};
nativeBuildInputs = [ installShellFiles ];