Skip to content

Commit ca1bf75

Browse files
git-credential-oauth: 0.14.0 -> 0.15.0 (#386084)
Co-authored-by: shyim <[email protected]>
2 parents 35f9e77 + a5763c9 commit ca1bf75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gi/git-credential-oauth/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "git-credential-oauth";
10-
version = "0.14.0";
10+
version = "0.15.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "hickford";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-QHsSN5mG82jlDFUK0wL2yFSgr+xftTLtZj8dtrRZ9sc=";
16+
hash = "sha256-u5lTl0vZLf8P6k/W4I4qhiUPrIEsynEP0rbQt8pIEWM=";
1717
};
1818

1919
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)