ocamlPackages.ocaml_sqlite3: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm
2025-03-14 00:03:19 +00:00
parent 573c650e8a
commit 1f0f31f3a5

View File

@@ -9,13 +9,13 @@
buildDunePackage rec {
pname = "sqlite3";
version = "5.3.0";
version = "5.3.1";
duneVersion = "3";
minimalOCamlVersion = "4.12";
src = fetchurl {
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${version}/sqlite3-${version}.tbz";
hash = "sha256-+XuR3ovI5soNXMNgTxYcEbx26lV+3i7q8XaKCI6ueAo=";
hash = "sha256-Ox8eZS4r6PbJh8nei52ftUyf25SKwIUMi5UEv4L+6mE=";
};
nativeBuildInputs = [ pkg-config ];