summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2012-05-31 21:26:12 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2012-05-31 21:26:12 +0000
commit7fda94a082acf74b28a35b7d816bcba9090020a8 (patch)
tree4ab546cc6b41e739440124280a84df2993077344 /pkgs
parent45c8db6065f3ffb126f46860fe84cb26332f2654 (diff)
Upstream hash change
svn path=/nixpkgs/trunk/; revision=34310
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/pcre/default.nix2
1 files changed, 1 insertions, 1 deletions
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];