Merge pull request #229207 from r-ryantm/auto-update/sqlcipher

sqlcipher: 4.5.3 -> 4.5.4
This commit is contained in:
Weijia Wang 2023-05-01 07:36:39 +03:00 committed by GitHub
commit e9aa95d495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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