Commit 12c14ad0 authored by R. RyanTM's avatar R. RyanTM
Browse files

sqlcipher: 4.13.0 -> 4.14.0

parent 92cd42ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "sqlcipher";
  version = "4.13.0";
  version = "4.14.0";

  src = fetchFromGitHub {
    owner = "sqlcipher";
    repo = "sqlcipher";
    tag = "v${finalAttrs.version}";
    hash = "sha256-3Qt7nOB0iMyNXfENC3gv3F6sENU7OUTZ3n2mo0M2CSA=";
    hash = "sha256-e3iIr6wCVT+74VREreL2wHttNG8KXJSyqJtoveJSgIc=";
  };

  nativeBuildInputs = [