nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.tar*: 1.1.0 -> 2.0.1

authored by

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

+4 -2
+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 ··· 10 9 11 10 buildDunePackage rec { 12 11 pname = "tar"; 13 - version = "1.1.0"; 12 + version = "2.0.1"; 14 13 src = fetchFromGitHub { 15 14 owner = "mirage"; 16 15 repo = "ocaml-tar"; 17 16 rev = "v${version}"; 18 - sha256 = "14k24vn3q5jl0iyrynb5vwg80670qsv12fsmc6cdgh4zwdpjh7zs"; 17 + sha256 = "1zr1ak164k1jm15xwqjf1iv77kdrrahak33wrxg7lifz9nnl0dms"; 19 18 }; 20 19 21 20 useDune2 = true; 22 21 23 22 propagatedBuildInputs = [ 23 + camlp-streams 24 24 ppx_cstruct 25 25 cstruct 26 26 re