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
@@ -48,13 +48,13 @@ assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch64);
stdenv.mkDerivation rec {
pname = "gst-plugins-good";
version = "1.18.2";
version = "1.18.4";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "1929nhjsvbl4bw37nfagnfsnxz737cm2x3ayz9ayrn9lwkfm45zp";
sha256 = "1c1rpq709cy8maaykyn1n0kckj9c6fl3mhvixkk6xmdwkcx0xrdn";
};
nativeBuildInputs = [