about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/jackline
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-09-01 06:50:28 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-09-08 12:04:31 +0200
commitd1f1457e3f66a757526da0cb49e5f93ba2c5dfc3 (patch)
treeac908bc6553fe66164e64b1ae46583dd3be7f0c0 /pkgs/applications/networking/instant-messengers/jackline
parent098c6db6dcee154ca70620abe9559e5b331f1561 (diff)
ocamlPackages.tls: 0.16.0 → 0.17.1
jackline: 2023-02-24 → 2023-03-09
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/jackline')
-rw-r--r--pkgs/applications/networking/instant-messengers/jackline/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/jackline/default.nix b/pkgs/applications/networking/instant-messengers/jackline/default.nix
index 9178c73a46ddf..2c86b3e86fa85 100644
--- a/pkgs/applications/networking/instant-messengers/jackline/default.nix
+++ b/pkgs/applications/networking/instant-messengers/jackline/default.nix
@@ -4,17 +4,15 @@ with ocamlPackages;
 
 buildDunePackage rec {
   pname = "jackline";
-  version = "unstable-2023-02-24";
+  version = "unstable-2023-03-09";
 
   minimalOCamlVersion = "4.08";
 
-  duneVersion = "3";
-
   src = fetchFromGitHub {
     owner  = "hannesm";
     repo   = "jackline";
-    rev    = "846be4e7fcddf45e66e0ff5b29fb5a212d6ee8c3";
-    hash = "sha256-/j3VJRx/w9HQUnfoq/4gMWV5oVdRiPGddrgbCDk5y8c=";
+    rev    = "a7acd19bd8141b842ac69b05146d9a63e729230d";
+    hash = "sha256-AhiFfZkDit9tnGenETc3A1hHqWN+csiS2bVjsGNaHf8=";
   };
 
   nativeBuildInpts = [
@@ -43,6 +41,7 @@ buildDunePackage rec {
     cstruct
     base64
     happy-eyeballs-lwt
+    ppx_sexp_conv
   ];
 
   meta = with lib; {