sqlcipher: 4.5.7 -> 4.6.0

This commit is contained in:
R. Ryantm 2024-05-22 02:56:39 +00:00
parent e8ffb0ba53
commit 22f15e4151

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "sqlcipher";
version = "4.5.7";
version = "4.6.0";
src = fetchFromGitHub {
owner = "sqlcipher";
repo = "sqlcipher";
rev = "v${version}";
hash = "sha256-0cPb78CTxrCdDZAY8hyt7Kid5DKszDl1v+6XNKyNrLM=";
hash = "sha256-ds+0ckQiHikNMr4Xf/wCWwQySpadGgnccENd6u6gIzQ=";
};
nativeBuildInputs = [