summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2015-01-30 20:42:11 +0000
committerdevhell <^@regexmail.net>2015-01-30 20:42:11 +0000
commit5c0be2f8c99feb556fb6f38c3d129e6be0448860 (patch)
treebfc1539de7ef9a2f93e6c494e2a4d0273c9d899b /pkgs
parent2d19af84de6eb711bb421ac9224b0aa737a45ef0 (diff)
downloadnixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.tar
nixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.tar.gz
nixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.tar.bz2
nixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.tar.lz
nixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.tar.xz
nixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.tar.zst
nixpkgs-5c0be2f8c99feb556fb6f38c3d129e6be0448860.zip
mpv: 0.7.2 -> 0.7.3; waf: 1.8.1 -> 1.8.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/mpv/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 7643cf1a18c..5f328a4cf87 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -50,19 +50,19 @@ assert cacaSupport -> libcaca != null;
 
 let
   waf = fetchurl {
-    url = http://ftp.waf.io/pub/release/waf-1.8.1;
-    sha256 = "ec658116ba0b96629d91fde0b32321849e866e0819f1e835c4c2c7f7ffe1a21d";
+    url = http://ftp.waf.io/pub/release/waf-1.8.5;
+    sha256 = "0gh266076pd9fzwkycskyd3kkv2kds9613blpxmn9w4glkiwmmh5";
   };
 
 in
 
 stdenv.mkDerivation rec {
   name = "mpv-${version}";
-  version = "0.7.2";
+  version = "0.7.3";
 
   src = fetchurl {
     url = "https://github.com/mpv-player/mpv/archive/v${version}.tar.gz";
-    sha256 = "13yswsl5xfzhzbh5fv7ds5x2wviiq8r7kp75y3zb8ni49293n23x";
+    sha256 = "1cg82zwzi6qh8s8w3716ikm1l1sigl9h6pd9ffdrp3ja4r2drp48";
   };
 
   buildInputs = with stdenv.lib;