From 923bf0a3ff291a77fb9715d4fdd53ea85d6f365a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 21 Jul 2014 10:05:50 +0200 Subject: [PATCH] mpv: major update, incl. build fix with new ffmpeg CC @AndersonTorres. The real build fix is in previous minor updates, but I see no reason not to have the major updates as well. --- pkgs/applications/video/mpv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index be796f8e0de..53136010c82 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -57,11 +57,11 @@ in stdenv.mkDerivation rec { name = "mpv-${version}"; - version = "0.3.8"; + version = "0.4.1"; src = fetchurl { url = "https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"; - sha256 = "0k77rq17mslpvvgr4mvkj9bd5s1yhsigwvzym8blr1brxkj9pk3b"; + sha256 = "0wqjyzw3kk854zj263k7jyykzfaz1g27z50aqrd26hylg8k135cn"; }; buildInputs = with stdenv.lib;