gst_all_1: 1.6.1 -> 1.8.0 (#14628)

This commit is contained in:
Franz Pletz
2016-04-24 19:40:20 +02:00
parent c84c74f910
commit 5c4e00b6b7
10 changed files with 22 additions and 22 deletions
@@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-ugly-1.6.1";
name = "gst-plugins-ugly-1.8.0";
meta = with stdenv.lib; {
description = "Gstreamer Ugly Plugins";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-ugly/${name}.tar.xz";
sha256 = "0mvasl1pwq70w2kmrkcrg77kggl5q7jqybi7fkvy3vr28c7gkhqc";
sha256 = "137b6kqykh5nwbmiv28nn1pc1d2x2rb2xxg382pc9pa9gpxpyrak";
};
nativeBuildInputs = [ pkgconfig python ];