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
@@ -4,18 +4,19 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-base-1.2.1";
name = "gst-plugins-base-1.2.2";
meta = {
description = "Base plugins and helper libraries";
homepage = "http://gstreamer.freedesktop.org";
license = stdenv.lib.licenses.lgpl2Plus;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ iyzsong ];
};
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-base/${name}.tar.xz";
sha256 = "de2444a5c150d4e4b680364d7c0414cd8b015d95b305ff65d65a17683379532f";
sha256 = "fa90cf21eac0a77f9393100356aef99ae42072c31dc218d3ae2e7f86cd5ced69";
};
nativeBuildInputs = [