mingw-w64: 9.0.0 -> 10.0.0

This commit is contained in:
Rasmus Rendal 2022-05-16 12:36:21 +02:00
parent 600d32b5bf
commit 6932bbea63
No known key found for this signature in database
GPG key ID: 141FEFA3226E3797

View file

@ -1,14 +1,14 @@
{ lib, stdenv, windows, fetchurl }:
let
version = "9.0.0";
version = "10.0.0";
in stdenv.mkDerivation {
pname = "mingw-w64";
inherit version;
src = fetchurl {
url = "mirror://sourceforge/mingw-w64/mingw-w64-v${version}.tar.bz2";
sha256 = "10a15bi4lyfi0k0haj0klqambicwma6yi7vssgbz8prg815vja8r";
hash = "sha256-umtDCu1yxjo3aFMfaj/8Kw/eLFejslFFDc9ImolPCJQ=";
};
outputs = [ "out" "dev" ];