git-credential-oauth: 0.8.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2023-08-07 00:56:28 +00:00
parent 4b68f2cde5
commit cbd420752a

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "git-credential-oauth";
version = "0.8.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "hickford";
repo = pname;
rev = "v${version}";
hash = "sha256-t1P20BDNQ0aJRgQhOgYP2Md44+I8xs6884ktBO4nGjY=";
hash = "sha256-FNOGzv0oAPpAPS8V8I+wowKY5uZhfWm6m8obiAay3AE=";
};
ldflags = [