summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2014-10-25 16:31:27 -0200
committerAndersonTorres <torres.anderson.85@gmail.com>2014-10-25 16:33:01 -0200
commit76f6e8625fabfefb20ccf3ec0371455638edd60e (patch)
treeb1895b791ae225953df03200936ef02eccc5af7c /pkgs/applications/video
parent8b61f1f3673b56089c88bfe8490feb93064dae44 (diff)
downloadnixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.tar
nixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.tar.gz
nixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.tar.bz2
nixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.tar.lz
nixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.tar.xz
nixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.tar.zst
nixlib-76f6e8625fabfefb20ccf3ec0371455638edd60e.zip
MPV: update to 0.6.1
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index c58ac268b670..46595c5609fa 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -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;