mediainfo-gui: 17.10 -> 17.12

Semi-automatic update. These checks were performed:

- built on NixOS
- found 17.12 with grep in /nix/store/2h8afaqw5li2fjj5kyvzbs8cw5a56hhp-mediainfo-gui-17.12
- found 17.12 in filename of file in /nix/store/2h8afaqw5li2fjj5kyvzbs8cw5a56hhp-mediainfo-gui-17.12

cc "@devhell"
This commit is contained in:
Ryan Mulligan 2018-02-27 06:03:27 -08:00
parent 6a10134205
commit b0a8ca6b87

View File

@ -2,11 +2,11 @@
, desktop-file-utils, libSM, imagemagick }:
stdenv.mkDerivation rec {
version = "17.10";
version = "17.12";
name = "mediainfo-gui-${version}";
src = fetchurl {
url = "https://mediaarea.net/download/source/mediainfo/${version}/mediainfo_${version}.tar.xz";
sha256 = "1yvh4r19kk3bzzgnr4ikrjxqldr6860s35sh4bqr51c7l77k048c";
sha256 = "1pxdf0ny3c38gl513zdiaagpvk4bqnsc2fn7476yjdpv2lxsw56f";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];