srtp: 2.4.2 -> 2.5.0

This commit is contained in:
R. Ryantm 2023-02-04 12:13:34 +00:00
parent 0a55d764ac
commit db79c7af37

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libsrtp";
version = "2.4.2";
version = "2.5.0";
src = fetchFromGitHub {
owner = "cisco";
repo = "libsrtp";
rev = "v${version}";
sha256 = "sha256-6FAkfxC7Tg7uIAmTmRt5Sn8/YofILfpe7Y4pSaq8XL8=";
sha256 = "sha256-OvCw7oF1OuamP3qO2BsimeBSHq1rcXFLfK8KnbbgkMU=";
};
outputs = [ "out" "dev" ];