gst_all_1.gst-plugins-bad: 1.22.8 -> 1.22.9

Fixes: CVE-2024-0444
This commit is contained in:
Alyssa Ross 2024-02-10 16:23:30 +01:00
parent b0d9fc36ac
commit 046390b62d
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -109,13 +109,13 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-bad";
version = "1.22.8";
version = "1.22.9";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-RYeD+CNgaJkePilu3Wccjt24vm+skzwcLhUDRihk6g8=";
hash = "sha256-G8ZdD9X1OjY2Vk79P88xjD7c3sOcQQmlA8H8ggOECh0=";
};
patches = [