srtp: 2.2.0 -> 2.3.0

This commit is contained in:
R. RyanTM 2020-01-06 14:36:17 -08:00
parent 17ab5f9d88
commit f17b4f264d

View File

@ -5,13 +5,13 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libsrtp"; pname = "libsrtp";
version = "2.2.0"; version = "2.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cisco"; owner = "cisco";
repo = "libsrtp"; repo = "libsrtp";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ac7xs1djb03j131f1gmqyfmrplblid9qqyxahs0shdy707r5ll6"; sha256 = "1f7i3jdh1wzdv7zjlz7gs3xw5jqig9zw8z9awsqqcp54f94xdpvd";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];