ocamlPackages.ocaml_sqlite3: 5.0.2 -> 5.1.0

This commit is contained in:
R. Ryantm
2022-03-21 12:41:00 +00:00
parent 57fefcdf60
commit 41e710b34e
@@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "sqlite3";
version = "5.0.2";
version = "5.1.0";
useDune2 = true;
minimumOCamlVersion = "4.05";
src = fetchurl {
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${version}/sqlite3-${version}.tbz";
sha256 = "0sba74n0jvzxibrclhbpqscil36yfw7i9jj9q562yhza6rax9p82";
sha256 = "sha256-uw23EWkajfok/insTstpEkRK2Q4PTER6+Jgx5tHf/qU=";
};
nativeBuildInputs = [ pkg-config ];