gst_all_1.gst-plugins-good: 1.24.2 -> 1.24.3

This commit is contained in:
Lily Foster 2024-05-22 10:47:10 -04:00
parent f2b478da88
commit d31b758605
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -58,13 +58,13 @@ assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch32);
stdenv.mkDerivation rec {
pname = "gst-plugins-good";
version = "1.24.2";
version = "1.24.3";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-bjR8ctS4sohtiQ/+n2dnqe2wLyAViOjDpXLc0I2YUr0=";
hash = "sha256-FQ+RTmHcBWALaLiMoQPHzCJxMBWOOJ6p6hWfQFCi67A=";
};
patches = [