Updating hash for ocaml_sqlite3

Markus Mottl <markus.mottl@gmail.com> said by email to me that 

``Note that this link is served by a Mercurial Apache module, i.e. this
is not static content.  It's likely that e.g. tar or bzip2 produce
slightly different output, which would explain changing hashes.

So I guess we shouldn't worry too much about the change in hash?


svn path=/nixpkgs/trunk/; revision=33419
This commit is contained in:
Russell O'Connor 2012-03-25 21:24:23 +00:00
parent 510308e039
commit 4bccef4db2

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://hg.ocaml.info/release/ocaml-sqlite3/archive/" +
"release-${version}.tar.bz2";
sha256 = "0ccy9b4pl9586vlzdkk3kvkz8xqc023ih1aw4nndyjnabkvgl832";
sha256 = "0fqbxm90mc2gk6jp9p8s53kay0hbcd0qc0adq8znanz99n8zqp53";
};
buildInputs = [ocaml findlib];