Unverified Commit 88758802 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

git-credential-oauth: 0.12.1 -> 0.13.0
parents 427b0434 11ff21c2
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.12.1";
  version = "0.13.0";

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

  nativeBuildInputs = [ installShellFiles ];