Commit 811b4628 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-credential-oauth: 0.10.0 -> 0.10.1

parent e6aa3388
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 = [