We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35f9e77 + a5763c9 commit ca1bf75Copy full SHA for ca1bf75
pkgs/by-name/gi/git-credential-oauth/package.nix
@@ -7,13 +7,13 @@
7
8
buildGoModule rec {
9
pname = "git-credential-oauth";
10
- version = "0.14.0";
+ version = "0.15.0";
11
12
src = fetchFromGitHub {
13
owner = "hickford";
14
repo = pname;
15
rev = "v${version}";
16
- hash = "sha256-QHsSN5mG82jlDFUK0wL2yFSgr+xftTLtZj8dtrRZ9sc=";
+ hash = "sha256-u5lTl0vZLf8P6k/W4I4qhiUPrIEsynEP0rbQt8pIEWM=";
17
};
18
19
nativeBuildInputs = [ installShellFiles ];
0 commit comments