Commit 11ff21c2 authored by R. RyanTM's avatar R. RyanTM
Browse files

git-credential-oauth: 0.12.1 -> 0.13.0

parent b64e7d22
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 ];