sqlcipher: 4.5.6 -> 4.5.7

This commit is contained in:
R. Ryantm 2024-04-25 03:28:11 +00:00
parent 921527b865
commit 17c4ae9dcf
1 changed files with 2 additions and 2 deletions

View File

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