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

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

sofia_sip: 1.13.13 -> 1.13.14
parents c16800e8 4f6ec9f8
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.13";
  version = "1.13.14";

  src = fetchFromGitHub {
    owner = "freeswitch";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ZFQmm1GX7Uptyb9pIdTHccpoSLO4WdZuVPnMalOcfK0=";
    sha256 = "sha256-L1OXmZCVWDPILhooIzw/bYK69zKwzkBluV9Tlf0vw4g=";
  };

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