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:34 +02:00
parent 9cf0393c37
commit 52851b3f8c
10 changed files with 20 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gst-python";
version = "1.18.0";
version = "1.18.4";
format = "other";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-python/${pname}-${version}.tar.xz";
sha256 = "0ifx2s2j24sj2w5jm7cxyg1kinnhbxiz4x0qp3gnsjlwbawfigvn";
sha256 = "13h9qzfz8s1gyj2ar9q2gf5346sgdv6jv8hj7aw0hpl2gs5f0s6b";
};
# Python 2.x is not supported.