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

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

git-credential-oauth: 0.10.0 -> 0.10.1
parents 6054951a 811b4628
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.10.0";
  version = "0.10.1";

  src = fetchFromGitHub {
    owner = "hickford";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-dsJ2h0hnqAwqNZv2Wod6XvPR5za8YNYAhtv4pMICfO8=";
    hash = "sha256-0sgoBvNVQZI8mOfKI5XWVQ6+615gKi1pO/4DPI6/fKA=";
  };

  ldflags = [