srtp: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm
2026-03-14 13:47:22 +00:00
parent aa19b12c62
commit ae1f16035b
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "libsrtp";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "cisco";
repo = "libsrtp";
rev = "v${version}";
sha256 = "sha256-5AFsigie3YUrfvZYEIopjBJSNdoKoFlMBP9lv68+f6Q=";
sha256 = "sha256-QHDcPFzDhlvgLPnXfFU6247OirscU41SzKStiTPU0oQ=";
};
outputs = [