1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Upstream hash change

svn path=/nixpkgs/trunk/; revision=34310
This commit is contained in:
Marco Maggesi 2012-05-31 21:26:12 +00:00
parent 45c8db6065
commit 7fda94a082

View file

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