Merge pull request #36031 from ryantm/auto-update/sqlcipher-3.4.0-to-3.4.2

sqlcipher: 3.4.0 -> 3.4.2
This commit is contained in:
Jörg Thalheim 2018-02-28 09:07:22 +00:00 committed by GitHub
commit bb230d0e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ assert readline != null -> ncurses != null;
stdenv.mkDerivation rec {
name = "sqlcipher-${version}";
version = "3.4.0";
version = "3.4.2";
src = fetchFromGitHub {
owner = "sqlcipher";
repo = "sqlcipher";
rev = "v${version}";
sha256 = "1lwc2m21sax3pnjfqddldbpbwr3b51s91fxz7dd7hf6ly8swnsvp";
sha256 = "168wb6fvyap7y8j86fb3xl5rd4wmhiq0dxvx9wxwi5kwm1j4vn1a";
};
buildInputs = [ readline ncurses openssl tcl ];