git-credential-oauth: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2023-09-08 03:27:44 +00:00
parent e6aa338820
commit 811b46283a

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-dsJ2h0hnqAwqNZv2Wod6XvPR5za8YNYAhtv4pMICfO8=";
hash = "sha256-0sgoBvNVQZI8mOfKI5XWVQ6+615gKi1pO/4DPI6/fKA=";
};
ldflags = [