Skip to content

Commit a485de7

Browse files
authored
update tar, sqlite3 (#1897)
1 parent 70d5fcc commit a485de7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ocaml/default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,11 +1702,12 @@ with oself;
17021702
});
17031703

17041704
ocaml_sqlite3 = osuper.ocaml_sqlite3.overrideAttrs (o: {
1705+
src = builtins.fetchurl {
1706+
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/5.3.0/sqlite3-5.3.0.tbz";
1707+
sha256 = "02kqms70i2kny7m2xpkyapm7dg0i3hb4yq63bh6wmrn8igg92yzr";
1708+
};
17051709
doCheck = true;
17061710
checkInputs = [ ppx_inline_test ];
1707-
1708-
# https://github.com/mmottl/sqlite3-ocaml/pull/62
1709-
patches = [ ./sqlite3-pkg-config-env-var.patch ];
17101711
});
17111712

17121713
ocaml_libvirt = osuper.ocaml_libvirt.override {
@@ -2511,8 +2512,8 @@ with oself;
25112512

25122513
tar = osuper.tar.overrideAttrs (_: {
25132514
src = builtins.fetchurl {
2514-
url = "https://github.com/mirage/ocaml-tar/releases/download/v3.1.2/tar-3.1.2.tbz";
2515-
sha256 = "18qnxlmh91cpibjg1c4ffiami1vbwjp2xr6gk15mjg8xlh497iw5";
2515+
url = "https://github.com/mirage/ocaml-tar/releases/download/v3.2.0/tar-3.2.0.tbz";
2516+
sha256 = "1ggimmrby5vkjf7gs737j4f90r5p987jpljfxyxj3nmj6mv46l0z";
25162517
};
25172518
propagatedBuildInputs = [ decompress ];
25182519
});

0 commit comments

Comments
 (0)