From 86753ed326c312bdf73e5a98b851345d03eb0cca Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Feb 2015 16:58:02 +0100 Subject: [PATCH] ghc-7.10.1: fix misspelled version number in build expression --- pkgs/development/compilers/ghc/7.10.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ghc/7.10.1.nix b/pkgs/development/compilers/ghc/7.10.1.nix index be838b41222f..9d945b95d10a 100644 --- a/pkgs/development/compilers/ghc/7.10.1.nix +++ b/pkgs/development/compilers/ghc/7.10.1.nix @@ -13,11 +13,11 @@ let in stdenv.mkDerivation rec { - version = "7.10.0.20140123"; + version = "7.10.0.20150123"; name = "ghc-${version}"; src = fetchurl { - url = "https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-src.tar.xz"; + url = "https://downloads.haskell.org/~ghc/7.10.1-rc2/${name}-src.tar.xz"; sha256 = "0in5zsr2z545yln55c7mwi07x3za0874yxbpsj5xsb4vn3wrcrbn"; };