sqlcipher: 4.14.0 -> 4.16.0

This commit is contained in:
R. Ryantm
2026-05-15 23:00:59 +00:00
parent ff02da1b46
commit 7df86bff55
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sqlcipher";
version = "4.14.0";
version = "4.16.0";
src = fetchFromGitHub {
owner = "sqlcipher";
repo = "sqlcipher";
tag = "v${finalAttrs.version}";
hash = "sha256-e3iIr6wCVT+74VREreL2wHttNG8KXJSyqJtoveJSgIc=";
hash = "sha256-hvgdKpgyj2vD8rxCzS9gM5pKANgMFW4IV0M/c7eapNM=";
};
nativeBuildInputs = [