Skip to content

Commit

Permalink
sqlcipher: 4.6.0 -> 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Aug 20, 2024
1 parent 625941e commit f000781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sqlcipher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "sqlcipher";
version = "4.6.0";
version = "4.6.1";

src = fetchFromGitHub {
owner = "sqlcipher";
repo = "sqlcipher";
rev = "v${version}";
hash = "sha256-ds+0ckQiHikNMr4Xf/wCWwQySpadGgnccENd6u6gIzQ=";
hash = "sha256-VcD3NwVrC75kLOJiIgrnzVpkBPhjxTmEFyKg/87wHGc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f000781

Please sign in to comment.