Merge pull request #4664 from AndersonTorres/mpv

MPV: update to 0.6.1
This commit is contained in:
cillianderoiste 2014-10-25 22:21:09 +02:00
commit 9e18e983de
1 changed files with 2 additions and 2 deletions

View File

@ -58,11 +58,11 @@ in
stdenv.mkDerivation rec {
name = "mpv-${version}";
version = "0.5.4";
version = "0.6.1";
src = fetchurl {
url = "https://github.com/mpv-player/mpv/archive/v${version}.tar.gz";
sha256 = "1n992nvylnh27jc6425daasq0nsxjfc1mxhhlhvlwzxm724x94xp";
sha256 = "03vzsvvb1dvm4rn70m97fdbzhlqj9crk7zpvcp00bcl956xjfc9s";
};
buildInputs = with stdenv.lib;