about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2022-05-27 23:48:46 -0400
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-28 15:57:37 +0200
commit08a7dbcf88689ddfb7bc3bc232cbe080e9ef696a (patch)
treee6437bce577fc414c634fbddd14d5f9f35b147db /pkgs/development
parentbdc6e51bd6ee789e89b0d0e94209ac76da784ab5 (diff)
ocamlPackages.tar*: 1.1.0 -> 2.0.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/ocaml-modules/tar/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/tar/default.nix b/pkgs/development/ocaml-modules/tar/default.nix
index abc28e2d879f4..52054958d3a0b 100644
--- a/pkgs/development/ocaml-modules/tar/default.nix
+++ b/pkgs/development/ocaml-modules/tar/default.nix
@@ -1,6 +1,7 @@
 { lib
 , fetchFromGitHub
 , buildDunePackage
+, camlp-streams
 , ppx_cstruct
 , cstruct
 , re
@@ -9,17 +10,18 @@
 
 buildDunePackage rec {
   pname = "tar";
-  version = "1.1.0";
+  version = "2.0.1";
   src = fetchFromGitHub {
     owner = "mirage";
     repo = "ocaml-tar";
     rev = "v${version}";
-    sha256 = "14k24vn3q5jl0iyrynb5vwg80670qsv12fsmc6cdgh4zwdpjh7zs";
+    sha256 = "1zr1ak164k1jm15xwqjf1iv77kdrrahak33wrxg7lifz9nnl0dms";
   };
 
   useDune2 = true;
 
   propagatedBuildInputs = [
+    camlp-streams
     ppx_cstruct
     cstruct
     re