Skip to content

Commit ade6749

Browse files
authoredMar 23, 2025
ocamlPackages.ocaml_sqlite3: 5.3.0 -> 5.3.1 (#389687)
2 parents b07f6c7 + 1f0f31f commit ade6749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/ocaml-modules/sqlite3/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildDunePackage rec {
1111
pname = "sqlite3";
12-
version = "5.3.0";
12+
version = "5.3.1";
1313
duneVersion = "3";
1414
minimalOCamlVersion = "4.12";
1515

1616
src = fetchurl {
1717
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${version}/sqlite3-${version}.tbz";
18-
hash = "sha256-+XuR3ovI5soNXMNgTxYcEbx26lV+3i7q8XaKCI6ueAo=";
18+
hash = "sha256-Ox8eZS4r6PbJh8nei52ftUyf25SKwIUMi5UEv4L+6mE=";
1919
};
2020

2121
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)
Failed to load comments.