From 86557f9ffd6600bbac0cbccae02af6e9e0be207c Mon Sep 17 00:00:00 2001 From: Kirill Boltaev Date: Sat, 10 Sep 2016 23:56:49 +0400 Subject: mpv: 0.19.0 -> 0.20.0 (#18493) Enable vaapiSupport by default. --- pkgs/applications/video/mpv/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/video/mpv') diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index 507e99665e01..ac4718d9eb2b 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -29,9 +29,9 @@ , cacaSupport ? true, libcaca ? null , libpngSupport ? true, libpng ? null , youtubeSupport ? true, youtube-dl ? null +, vaapiSupport ? true, libva ? null , vapoursynthSupport ? false, vapoursynth ? null , jackaudioSupport ? false, libjack2 ? null -, vaapiSupport ? false, libva ? null # scripts you want to be loaded by default , scripts ? [] @@ -75,13 +75,13 @@ let }; in stdenv.mkDerivation rec { name = "mpv-${version}"; - version = "0.19.0"; + version = "0.20.0"; src = fetchFromGitHub { owner = "mpv-player"; repo = "mpv"; rev = "v${version}"; - sha256 = "14rbglrcplhkf16ik4fbcv7k27lz6h4glfayr12ylh98srmsscqa"; + sha256 = "0zp852b505lr2gllqylg2xrc8sgw9b1xjn1c7px36hzddny15c16"; }; patchPhase = '' -- cgit 1.4.1