Unverified Commit 5d0846f3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

ocamlPackages.ocaml_sqlite3: 5.1.0 -> 5.2.0 (#331544)

parents c723c173 aa2d1bf2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDunePackage rec {
  pname = "sqlite3";
  version = "5.1.0";
  version = "5.2.0";
  duneVersion = "3";
  minimalOCamlVersion = "4.12";

  src = fetchurl {
    url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${version}/sqlite3-${version}.tbz";
    hash = "sha256-uw23EWkajfok/insTstpEkRK2Q4PTER6+Jgx5tHf/qU=";
    hash = "sha256-lCKDpFT0sh91F/Lovj06MFlHeceKawR49LcLjKfJjLs=";
  };

  nativeBuildInputs = [ pkg-config ];