mingw-w64: 4.0.6 -> 5.0.3

This came up with GHC, as GHC requires `_(un)lock_file`, which are only present in mingw-w64 >= 5.
This commit is contained in:
Moritz Angermann 2018-02-27 09:46:03 +08:00 committed by John Ericson
parent aec57cfabe
commit 1d3db8139e

View file

@ -1,12 +1,12 @@
{ fetchurl }:
rec {
version = "4.0.6";
version = "5.0.3";
name = "mingw-w64-${version}";
src = fetchurl {
url = "mirror://sourceforge/mingw-w64/mingw-w64-v${version}.tar.bz2";
sha256 = "0p01vm5kx1ixc08402z94g1alip4vx66gjpvyi9maqyqn2a76h0c";
sha256 = "1d4wrjfdlq5xqpv9zg6ssw4lm8jnv6522xf7d6zbjygmkswisq1a";
};
configureFlags = [