sqlcipher: 4.5.4 -> 4.5.5

This commit is contained in:
R. Ryantm 2023-08-31 23:37:22 +00:00
parent c7bb13c661
commit 1694e8218a

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "sqlcipher";
version = "4.5.4";
version = "4.5.5";
src = fetchFromGitHub {
owner = "sqlcipher";
repo = "sqlcipher";
rev = "v${version}";
hash = "sha256-n9KPtTj/mHXrnFJnbWPO3H+Vol3Z2mg7XLl55ynyLwY=";
hash = "sha256-amWYkVQr+Rmcj+32lFDRq43Q+Ojj8V8B6KoURqdwGt0=";
};
nativeBuildInputs = [