gstreamer-1: maintenance updates of all

This commit is contained in:
Vladimír Čunát
2014-10-19 20:11:02 +02:00
parent a9f37a801c
commit 239d6c6ea5
6 changed files with 12 additions and 12 deletions
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-good-1.4.1";
name = "gst-plugins-good-1.4.3";
meta = with stdenv.lib; {
description = "Gstreamer Good Plugins";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-good/${name}.tar.xz";
sha256 = "8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637";
sha256 = "5876a74402f2a24d1d3ae9163c32466bdc7a565696dddeef65e6a9a93efc5537";
};
nativeBuildInputs = [ pkgconfig python ];