Skip to content

Commit

Permalink
Merge pull request #6084 from devhell/mpv
Browse files Browse the repository at this point in the history
mpv: 0.7.2 -> 0.7.3; waf: 1.8.1 -> 1.8.5
  • Loading branch information
Fuuzetsu committed Feb 1, 2015
2 parents 95829c8 + 5c0be2f commit 212026e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 212026e

Please sign in to comment.