1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghc: 8.10.0.20200123 -> 8.10.1

This commit is contained in:
Domen Kožar 2020-03-26 17:46:50 +01:00
parent c09f2cce68
commit 59c58f3360
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -88,12 +88,12 @@ let
in
stdenv.mkDerivation (rec {
version = "8.10.0.20200123";
version = "8.10.1";
name = "${targetPrefix}ghc-${version}";
src = fetchurl {
url = "https://downloads.haskell.org/ghc/8.10.1-rc1/ghc-${version}-src.tar.xz";
sha256 = "162s5g33s918i12qfcqdj5wanc10xg07g5lq3gpm5j7c1v0y1zrf";
url = "https://downloads.haskell.org/ghc/8.10.1/ghc-${version}-src.tar.xz";
sha256 = "1xgdl6ig5jzli3bg054vfryfkg0y6wggf68g66c32sr67bw0ffsf";
};
enableParallelBuilding = true;