git-credential-oauth: 0.15.1 -> 0.16.0 (#446441)

This commit is contained in:
Nick Cao
2025-09-28 22:35:06 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.15.1";
version = "0.16.0";
src = fetchFromGitHub {
owner = "hickford";
repo = "git-credential-oauth";
rev = "v${version}";
hash = "sha256-9AoIyQ05Y/usG0Tlehn7U8zjBxC1BYNjNVRtgWgzLbo=";
hash = "sha256-T10QGMp6keneUzdz7p/4huySIJFp4AmX253pZ3hYSYY=";
};
nativeBuildInputs = [ installShellFiles ];