mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
sqlite: change hash from sha1 to sha256
This commit is contained in:
parent
6fb3dbd3f3
commit
c561ee8480
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user