git-credential-oauth: 0.15.1 -> 0.16.0

This commit is contained in:
R. Ryantm
2025-09-26 20:01:57 +00:00
parent 231b94ff35
commit 2b1eb20776
@@ -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 ];