ocamlPackages.tar*: 1.1.0 -> 2.0.1

authored by Aaron L. Zeng and committed by Vincent Laporte 08a7dbcf bdc6e51b

Changed files
+4 -2
pkgs
development
ocaml-modules
+4 -2
pkgs/development/ocaml-modules/tar/default.nix
··· 1 1 { lib 2 2 , fetchFromGitHub 3 3 , buildDunePackage 4 + , camlp-streams 4 5 , ppx_cstruct 5 6 , cstruct 6 7 , re ··· 9 10 10 11 buildDunePackage rec { 11 12 pname = "tar"; 12 - version = "1.1.0"; 13 + version = "2.0.1"; 13 14 src = fetchFromGitHub { 14 15 owner = "mirage"; 15 16 repo = "ocaml-tar"; 16 17 rev = "v${version}"; 17 - sha256 = "14k24vn3q5jl0iyrynb5vwg80670qsv12fsmc6cdgh4zwdpjh7zs"; 18 + sha256 = "1zr1ak164k1jm15xwqjf1iv77kdrrahak33wrxg7lifz9nnl0dms"; 18 19 }; 19 20 20 21 useDune2 = true; 21 22 22 23 propagatedBuildInputs = [ 24 + camlp-streams 23 25 ppx_cstruct 24 26 cstruct 25 27 re