gstreamer: 1.12.2 -> 1.12.3

This commit is contained in:
Bart Brouns
2017-12-08 23:21:09 +00:00
committed by Orivej Desh
parent 0271644491
commit 6cc35d014f
10 changed files with 17 additions and 17 deletions
@@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
name = "gst-plugins-ugly-1.12.2";
name = "gst-plugins-ugly-1.12.3";
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 = "0rplyp1qk359c97ig9i2vc1v34g92khd8dslwfipva1ypwmr9hqw";
sha256 = "0lh00rg26iy5lr5al23lxsyncjqkgzph1bzkrgp8x9sfr62ab378";
};
outputs = [ "out" "dev" ];