gstreamer-1: bugfix-only update of all components

1.4.0 -> 1.4.1
This commit is contained in:
Vladimír Čunát
2014-08-30 11:24:25 +02:00
parent aa3248c62e
commit 01c0be6ece
6 changed files with 14 additions and 14 deletions
@@ -6,7 +6,7 @@
assert withSystemLibav -> libav != null;
stdenv.mkDerivation rec {
name = "gst-libav-1.4.0";
name = "gst-libav-1.4.1";
meta = {
homepage = "http://gstreamer.freedesktop.org";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-libav/${name}.tar.xz";
sha256 = "1073p7xdpr3pwyx37fnldfni908apnq3k9fbqmxf5wk3g1jplb68";
sha256 = "fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d";
};
configureFlags = stdenv.lib.optionalString withSystemLibav