gst_all_1.gst-plugins-bad: 1.24.3 -> 1.24.7

This commit is contained in:
Emily
2024-09-02 16:59:51 +01:00
parent 4f18a0a9fe
commit 376d22b787
@@ -114,13 +114,13 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-bad";
version = "1.24.3";
version = "1.24.7";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-6Q8mx9ycdvSqWZt1jP1tjBDWoLnLJluiw8m984iFWPg=";
hash = "sha256-ddUT/AumNfsfOXhtiQtz+6xfS8iP858qn/YvS49CjyI=";
};
patches = [