gstreamer: update to 1.2.2, add myself as maintainer

This commit is contained in:
Song Wenwu
2014-01-10 20:51:24 +08:00
parent 0596f3074b
commit 9a3e183080
6 changed files with 18 additions and 12 deletions
@@ -7,17 +7,18 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-good-1.2.1";
name = "gst-plugins-good-1.2.2";
meta = {
homepage = "http://gstreamer.freedesktop.org";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-good/${name}.tar.xz";
sha256 = "660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517";
sha256 = "6c090f00e8e4588f12807bd9fbb06a03b84a512c93e84d928123ee4a42228a81";
};
nativeBuildInputs = [ pkgconfig python ];