about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2013-12-22 19:00:05 +0100
committerLluís Batlle i Rossell <viric@viric.name>2013-12-22 19:00:05 +0100
commita7a7e414f092e902eb822bde2438f07e6bc65667 (patch)
treea835352d22d6cfc7a151f6ab5f3fec9585b7bb3c /pkgs/applications/video
parentf9c701a2b8a7fd5161ac2a0d249e0506ff307cd3 (diff)
downloadnixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.tar
nixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.tar.gz
nixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.tar.bz2
nixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.tar.lz
nixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.tar.xz
nixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.tar.zst
nixlib-a7a7e414f092e902eb822bde2438f07e6bc65667.zip
Updating mpv, and making it use ffmpeg_2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index bb91ca5beb5c..e382481b6f60 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -55,11 +55,12 @@ let
 in
 
 stdenv.mkDerivation rec {
-  name = "mpv-20130812";
+  name = "mpv-20131222";
 
   src = fetchgit {
     url = "https://github.com/mpv-player/mpv.git";
-    rev = "62925a5c15a76568c155259bafa1361ec139c66b";
+    rev = "e6bea0ec5a";
+    sha256 = "984c7d19b1916b7e5befc370ffb7f6c31e560c64c47090b924a115d00c35a1a8";
   };
 
   buildInputs = with stdenv.lib;