sqlite: change hash from sha1 to sha256

This commit is contained in:
michael bishop 2016-03-09 19:37:33 -04:00
parent 6fb3dbd3f3
commit c561ee8480
No known key found for this signature in database
GPG Key ID: C294FC1A485A409A

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://sqlite.org/2015/sqlite-autoconf-3090200.tar.gz";
sha1 = "dae1ae5297fece9671ae0c434a7ecd0cda09c76a";
sha256 = "0sy3zdnvwml9q2s8dj4sc95r5y82b5xcl2vp9i6m6xwikjz0lk06";
};
buildInputs = lib.optionals interactive [ readline ncurses ];