mpv: update from 0.6.1 to 0.6.2

This commit is contained in:
Cillian de Róiste 2014-11-18 21:52:47 +01:00
parent 86fd3ad7a4
commit aa3ba007c1

View File

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