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
@@ -16,7 +16,7 @@
stdenv.mkDerivation rec {
pname = "gst-editing-services";
version = "1.18.2";
version = "1.18.4";
outputs = [
"out"
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "0pv2k8zlpn3vv2sdlspi3m63ixcwzi90pjly2ypbkg59ab97rb15";
sha256 = "010xg960qsh5dwmf0y9l1q13h0cymmrgapzla2zsw66ylxqbi1s6";
};
patches = [