gstreamer: 1.8.2 -> 1.10.1

Fixes CVE-2016-9445, CVE-2016-9446, CVE-2016-9447.
This commit is contained in:
Franz Pletz
2016-11-22 15:16:48 +01:00
parent 2b1d67a275
commit 7a6185d9a1
11 changed files with 31 additions and 30 deletions
@@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-ugly-1.8.2";
name = "gst-plugins-ugly-1.10.1";
meta = with stdenv.lib; {
description = "Gstreamer Ugly Plugins";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-ugly/${name}.tar.xz";
sha256 = "9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac";
sha256 = "1hl385fys7hfx5ffipavvhciq6hwm731rs4d6r9fn7h9qagxbv55";
};
outputs = [ "out" "dev" ];