git-credential-oauth: 0.17.0 -> 0.17.1 (#478286)

This commit is contained in:
Paul Meyer
2026-01-13 11:52:20 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "hickford";
repo = "git-credential-oauth";
rev = "v${version}";
hash = "sha256-uzgWFjrX2Ux5/nn2EOcWaN4IQX3xmZJASuwdfvq1/Zw=";
hash = "sha256-QvR09UiLWzonmFPZopXJozMSd58nGW4yVxn/JkAmV3A=";
};
nativeBuildInputs = [ installShellFiles ];