summary refs log tree commit diff
path: root/pkgs/development/libraries/sqlcipher
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-01 01:20:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-01 01:20:51 +0000
commita7a575ef241c7aa1c16a602b8b69dc0275f8310f (patch)
treed31a16b009aca5a883271c1876a78327624b995e /pkgs/development/libraries/sqlcipher
parenta1bcfbc198add548c2ed42e8f7beb2fac08c0c7f (diff)
downloadnixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.tar
nixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.tar.gz
nixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.tar.bz2
nixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.tar.lz
nixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.tar.xz
nixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.tar.zst
nixpkgs-a7a575ef241c7aa1c16a602b8b69dc0275f8310f.zip
sqlcipher: 4.5.3 -> 4.5.4
Diffstat (limited to 'pkgs/development/libraries/sqlcipher')
-rw-r--r--pkgs/development/libraries/sqlcipher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sqlcipher/default.nix b/pkgs/development/libraries/sqlcipher/default.nix
index bd8bb5fb56d..623a8dad04a 100644
--- a/pkgs/development/libraries/sqlcipher/default.nix
+++ b/pkgs/development/libraries/sqlcipher/default.nix
@@ -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 = [