mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
sqlcipher: 4.2.0 -> 4.3.0
This commit is contained in:
parent
f79e10061f
commit
4acce5c18c
@ -4,13 +4,13 @@ assert readline != null -> ncurses != null;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sqlcipher";
|
pname = "sqlcipher";
|
||||||
version = "4.2.0";
|
version = "4.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sqlcipher";
|
owner = "sqlcipher";
|
||||||
repo = "sqlcipher";
|
repo = "sqlcipher";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wpymql2ps4k2qkfa5mdifihb1n815xlz7imcd8ri1gn2qla8q8i";
|
sha256 = "0s1aiwl61nl3b4ym4v050wlbbx0iypknqsj3ar12dw5hljlzx6f8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses openssl tcl ];
|
buildInputs = [ readline ncurses openssl tcl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user