Commit 1623b225 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-credential-oauth: 0.17.0 -> 0.17.1

parent d3aeddb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "git-credential-oauth";
  version = "0.17.0";
  version = "0.17.1";

  src = fetchFromGitHub {
    owner = "hickford";
    repo = "git-credential-oauth";
    rev = "v${version}";
    hash = "sha256-uzgWFjrX2Ux5/nn2EOcWaN4IQX3xmZJASuwdfvq1/Zw=";
    hash = "sha256-QvR09UiLWzonmFPZopXJozMSd58nGW4yVxn/JkAmV3A=";
  };

  nativeBuildInputs = [ installShellFiles ];