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.
This commit is contained in:
Vladimír Čunát 2014-07-21 10:05:50 +02:00
parent 34cade2c9c
commit 923bf0a3ff

View file

@ -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;