git-credential-oauth: 0.13.3 -> 0.13.4 (#363024)

This commit is contained in:
Nick Cao 2024-12-08 11:06:14 -05:00 committed by GitHub
commit 38352113e3
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.13.3";
version = "0.13.4";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-vs+PRFyvzn25nM6oO4VybXkTr1frmSspA2isSXLJFQo=";
hash = "sha256-ki5efsB9p5jCz9Z16n0/uqN0dh6vUn+aKkiEYzLsCBs=";
};
nativeBuildInputs = [ installShellFiles ];