ocamlPackages.ocaml_sqlite3: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm 2024-08-01 15:06:01 +00:00
parent 6212d8033f
commit aa2d1bf23f

View File

@ -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 ];