From 3fb26823cd15422e9e4374ab7bc8c6e836931541 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Feb 2009 10:02:18 +0000 Subject: [PATCH] Use correct hash for boost 1.38.0. Oops. svn path=/nixpkgs/trunk/; revision=14032 --- pkgs/development/libraries/boost/1.38.0.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/boost/1.38.0.nix b/pkgs/development/libraries/boost/1.38.0.nix index 10058386c50..1416e124471 100644 --- a/pkgs/development/libraries/boost/1.38.0.nix +++ b/pkgs/development/libraries/boost/1.38.0.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { }; src = fetchurl { url = "mirror://sourceforge/boost/boost_1_38_0.tar.bz2"; - sha256 = "1bs3b11y66xkdqjl38xb20hipx0pjr0h72fj6755655j6b4kz37z"; + sha256 = "0rk044s4m7l4sma6anml34vxcd9w0fzcy1cy7csbzynjyida9qry"; }; buildInputs = [icu expat zlib bzip2 python]; preConfigure =