gstreamer: 1.18.2 -> 1.18.4

Fixes: CVE-2021-3497, CVE-2021-3498
This commit is contained in:
Martin Weinelt
2021-04-29 01:01:44 +02:00
parent 9cf0393c37
commit 52851b3f8c
10 changed files with 20 additions and 20 deletions
@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "gst-rtsp-server";
version = "1.18.2";
version = "1.18.4";
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "1qjlp7az0hkzxvq53hwnp55sp6xhbybfwzaj66hp45jslsmj4fcp";
sha256 = "153c78klvzlmi86d0gmdf7w9crv11rkd4y82b14a0wdr83gbhsx4";
};
outputs = [