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
@@ -41,13 +41,13 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-base";
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 = "1b05kg46azrxxvq42c71071lfsnc34pw4vynnkczdqi6g0gzn16x";
sha256 = "08w3ivbc6n4vdds2ap6q7l8zdk9if8417nznyqidf0adm0lk5r99";
};
patches = [