Skip to content

Commit 0b62665

Browse files
committed
ghc: update the 9.0.1 version to the official release tarball
1 parent 536bf86 commit 0b62665

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/compilers/ghc/9.0.1.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ let
9696

9797
in
9898
stdenv.mkDerivation (rec {
99-
version = "9.0.0.20201227";
99+
version = "9.0.1";
100100
name = "${targetPrefix}ghc-${version}";
101101

102102
src = fetchurl {
103-
url = "https://downloads.haskell.org/ghc/9.0.1-rc1/ghc-${version}-src.tar.xz";
104-
sha256 = "1kg227fzg9qq2p7r8xqr99vvnx7ind4clxkydikyzf3vqvaacjfy";
103+
url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-src.tar.xz";
104+
sha256 = "1y9mi9bq76z04hmggavrn8jwi1gx92bm3zhx6z69ypq6wha068x5";
105105
};
106106

107107
enableParallelBuilding = true;

0 commit comments

Comments
 (0)