From 7fda94a082acf74b28a35b7d816bcba9090020a8 Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Thu, 31 May 2012 21:26:12 +0000 Subject: [PATCH] Upstream hash change svn path=/nixpkgs/trunk/; revision=34310 --- pkgs/development/ocaml-modules/pcre/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/pcre/default.nix b/pkgs/development/ocaml-modules/pcre/default.nix index 0e1774bdde3f..edf605c50548 100644 --- a/pkgs/development/ocaml-modules/pcre/default.nix +++ b/pkgs/development/ocaml-modules/pcre/default.nix @@ -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];