From 4bccef4db2a3a7d7b4efcb914fe76d2af8e4557d Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Sun, 25 Mar 2012 21:24:23 +0000 Subject: [PATCH] Updating hash for ocaml_sqlite3 Markus Mottl 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 --- pkgs/development/ocaml-modules/sqlite3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/sqlite3/default.nix b/pkgs/development/ocaml-modules/sqlite3/default.nix index 1903068bb0b2..d1203e6f2907 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];