summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sqlite3
diff options
context:
space:
mode:
authorRussell O'Connor <roconnor@theorem.ca>2012-03-25 21:24:23 +0000
committerRussell O'Connor <roconnor@theorem.ca>2012-03-25 21:24:23 +0000
commit4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d (patch)
tree22de82b5454c3fcb4d9812ff222c89653fb13526 /pkgs/development/ocaml-modules/sqlite3
parent510308e039371b67db070f897e7f28f46b28618b (diff)
downloadnixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.tar
nixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.tar.gz
nixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.tar.bz2
nixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.tar.lz
nixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.tar.xz
nixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.tar.zst
nixpkgs-4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d.zip
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
Diffstat (limited to 'pkgs/development/ocaml-modules/sqlite3')
-rw-r--r--pkgs/development/ocaml-modules/sqlite3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/sqlite3/default.nix b/pkgs/development/ocaml-modules/sqlite3/default.nix
index 1903068bb0b..d1203e6f290 100644
--- a/pkgs/development/ocaml-modules/sqlite3/default.nix
+++ b/pkgs/development/ocaml-modules/sqlite3/default.nix
@@ -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];