tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.ocaml_sqlite3: 5.3.0 -> 5.3.1
R. Ryantm
1 year ago
1f0f31f3
573c650e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
sqlite3
default.nix
+2
-2
pkgs/development/ocaml-modules/sqlite3/default.nix
···
9
9
10
10
buildDunePackage rec {
11
11
pname = "sqlite3";
12
12
-
version = "5.3.0";
12
12
+
version = "5.3.1";
13
13
duneVersion = "3";
14
14
minimalOCamlVersion = "4.12";
15
15
16
16
src = fetchurl {
17
17
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${version}/sqlite3-${version}.tbz";
18
18
-
hash = "sha256-+XuR3ovI5soNXMNgTxYcEbx26lV+3i7q8XaKCI6ueAo=";
18
18
+
hash = "sha256-Ox8eZS4r6PbJh8nei52ftUyf25SKwIUMi5UEv4L+6mE=";
19
19
};
20
20
21
21
nativeBuildInputs = [ pkg-config ];