windows: refactor

This commit is contained in:
Matthew Bauer
2018-08-07 14:16:55 -04:00
parent 31e11bdd60
commit 9cee386f38
11 changed files with 57 additions and 115 deletions
@@ -1,12 +1,12 @@
{ fetchurl }:
rec {
version = "5.0.3";
version = "5.0.4";
name = "mingw-w64-${version}";
src = fetchurl {
url = "mirror://sourceforge/mingw-w64/mingw-w64-v${version}.tar.bz2";
sha256 = "1d4wrjfdlq5xqpv9zg6ssw4lm8jnv6522xf7d6zbjygmkswisq1a";
sha256 = "00zq3z1hbzd5yzmskskjg79xrzwsqx7ihyprfaxy4hb897vf29sm";
};
configureFlags = [