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

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

git-credential-oauth: 0.8.0 -> 0.9.1
parents cf863d86 cbd42075
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.8.0";
  version = "0.9.1";

  src = fetchFromGitHub {
    owner = "hickford";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-t1P20BDNQ0aJRgQhOgYP2Md44+I8xs6884ktBO4nGjY=";
    hash = "sha256-FNOGzv0oAPpAPS8V8I+wowKY5uZhfWm6m8obiAay3AE=";
  };

  ldflags = [