srtp: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-02-24 14:59:17 +00:00
parent 8db50d6f20
commit 101fce3194

View File

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