We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536bf86 commit 0b62665Copy full SHA for 0b62665
1 file changed
pkgs/development/compilers/ghc/9.0.1.nix
@@ -96,12 +96,12 @@ let
96
97
in
98
stdenv.mkDerivation (rec {
99
- version = "9.0.0.20201227";
+ version = "9.0.1";
100
name = "${targetPrefix}ghc-${version}";
101
102
src = fetchurl {
103
- url = "https://downloads.haskell.org/ghc/9.0.1-rc1/ghc-${version}-src.tar.xz";
104
- sha256 = "1kg227fzg9qq2p7r8xqr99vvnx7ind4clxkydikyzf3vqvaacjfy";
+ url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-src.tar.xz";
+ sha256 = "1y9mi9bq76z04hmggavrn8jwi1gx92bm3zhx6z69ypq6wha068x5";
105
};
106
107
enableParallelBuilding = true;
0 commit comments