Unverified Commit 86e24ec6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #320166 from r-ryantm/auto-update/git-credential-oauth

git-credential-oauth: 0.11.3 -> 0.12.1
parents fa8377d8 6c6745e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "git-credential-oauth";
  version = "0.11.3";
  version = "0.12.1";

  src = fetchFromGitHub {
    owner = "hickford";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-tJJxCtCNuPtoQYABEViS1G6aHrMTLn+r3hlTTkaJvCg=";
    hash = "sha256-iDnTjrVDH8qBYkvNjLHYmTaK8vScluDM4+W/5Rdo+Xc=";
  };

  nativeBuildInputs = [ installShellFiles ];