mpv: bump waf version to 1.9.8
The bootstrap.py file from mpv downloads this exact version.
This commit is contained in:
parent
82d4963ab5
commit
07106fb508
@ -73,11 +73,11 @@ assert drmSupport -> available libdrm;
|
|||||||
let
|
let
|
||||||
# Purity: Waf is normally downloaded by bootstrap.py, but
|
# Purity: Waf is normally downloaded by bootstrap.py, but
|
||||||
# for purity reasons this behavior should be avoided.
|
# for purity reasons this behavior should be avoided.
|
||||||
wafVersion = "1.8.12";
|
wafVersion = "1.9.8";
|
||||||
waf = fetchurl {
|
waf = fetchurl {
|
||||||
urls = [ "http://waf.io/waf-${wafVersion}"
|
urls = [ "http://waf.io/waf-${wafVersion}"
|
||||||
"http://www.freehackers.org/~tnagy/release/waf-${wafVersion}" ];
|
"http://www.freehackers.org/~tnagy/release/waf-${wafVersion}" ];
|
||||||
sha256 = "12y9c352zwliw0zk9jm2lhynsjcf5jy0k1qch1c1av8hnbm2pgq1";
|
sha256 = "1gsd3zza1wixv2vhvq3inp4vb71i41a1kbwqnwixhnvdmcmw8z8n";
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "mpv-${version}";
|
name = "mpv-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user