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
@@ -11,7 +11,7 @@ let
inherit (stdenv.lib) optionals optionalString;
in
stdenv.mkDerivation rec {
name = "gst-plugins-good-1.12.2";
name = "gst-plugins-good-1.12.3";
meta = with stdenv.lib; {
description = "Gstreamer Good Plugins";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-good/${name}.tar.xz";
sha256 = "15pfw54fsh9s9xwrnbap4z4njwgqdfvq52k562d2hc5b11rfx4am";
sha256 = "00sznj1sl97fqpn6j8ngps04clvxp8h8yhw6lvszx4b855wz9rqk";
};
outputs = [ "out" "dev" ];