Unverified Commit 34b822ea authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #296278 from r-ryantm/auto-update/otpclient

otpclient: 3.5.2 -> 3.6.0
parents b022be4d 77f71141
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "otpclient";
  version = "3.5.2";
  version = "3.6.0";

  src = fetchFromGitHub {
    owner = "paolostivanin";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-0BpdyZIUvDRGadomYRhEq5YLoPXsF9d3tewIi+q6wFs=";
    hash = "sha256-3Nv2ci8MBjvWc7gF5UOJnyfSV8XK0REN1XwI8RUYgWI=";
  };

  nativeBuildInputs = [