Unverified Commit 501ee452 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #216481 from r-ryantm/auto-update/sofia_sip

sofia_sip: 1.13.12 -> 1.13.13
parents 73347fdd a78eae7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "sofia-sip";
  version = "1.13.12";
  version = "1.13.13";

  src = fetchFromGitHub {
    owner = "freeswitch";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-2K5Lt2zk5MXKD9zIQ2pBt2IRx/H1Zg/S70dsrpI2mTM=";
    sha256 = "sha256-ZFQmm1GX7Uptyb9pIdTHccpoSLO4WdZuVPnMalOcfK0=";
  };

  buildInputs = [ glib openssl ] ++ lib.optional stdenv.isDarwin SystemConfiguration;