gst-plugins-bad: update from 1.2.3 to 1.2.4

This commit is contained in:
宋文武 2014-04-29 16:50:39 +08:00 committed by Bjørn Forsman
parent 6324296900
commit 98dd37afad

View file

@ -10,7 +10,7 @@
assert faacSupport -> faac != null;
stdenv.mkDerivation rec {
name = "gst-plugins-bad-1.2.3";
name = "gst-plugins-bad-1.2.4";
meta = with stdenv.lib; {
description = "Gstreamer Bad Plugins";
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-bad/${name}.tar.xz";
sha256 = "1317hik9fdmy300p7c2y3aw43y6v9dr8f1906zm7s876m48pjpar";
sha256 = "1jifzrgr4y3566d2lq30fibcd4rb8z8vpqnr2gihbmymr4z16k4q";
};
nativeBuildInputs = [ pkgconfig python ];