Fix hash change of ocaml-pcre sources

svn path=/nixpkgs/trunk/; revision=34260
This commit is contained in:
Marco Maggesi 2012-05-28 14:14:35 +00:00
parent 952fabe3ce
commit 0ff3dd24ad

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://www.ocaml.info/ocaml_sources/pcre-ocaml-${version}.tar.gz";
sha256 = "f1774028a4525d22d1f4cf4ce0121c99d85a75aed7a498c3e8ab0f5e39888e47";
sha256 = "33ec646d8f35770e90ec333b0d4910a88668be3d53c17f227428c82c5c3c3eb7";
};
buildInputs = [ocaml findlib];