Loading pkgs/development/ocaml-modules/hex/default.nix +7 −8 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }: { lib, fetchurl, buildDunePackage, cstruct }: buildDunePackage rec { pname = "hex"; version = "1.4.0"; version = "1.5.0"; useDune2 = true; minimumOCamlVersion = "4.02"; duneVersion = "3"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/hex-v${version}.tbz"; sha256 = "07b9y0lmnflsslkrm6xilkj40n8sf2hjqkyqghnk7sw5l0plkqsp"; url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/hex-${version}.tbz"; hash = "sha256-LmfuyhsDBJMHowgxtc1pS8stPn8qa0+1l/vbZHNRtNw="; }; propagatedBuildInputs = [ bigarray-compat cstruct ]; propagatedBuildInputs = [ cstruct ]; doCheck = true; meta = { Loading Loading
pkgs/development/ocaml-modules/hex/default.nix +7 −8 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage, bigarray-compat, cstruct }: { lib, fetchurl, buildDunePackage, cstruct }: buildDunePackage rec { pname = "hex"; version = "1.4.0"; version = "1.5.0"; useDune2 = true; minimumOCamlVersion = "4.02"; duneVersion = "3"; minimalOCamlVersion = "4.08"; src = fetchurl { url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/hex-v${version}.tbz"; sha256 = "07b9y0lmnflsslkrm6xilkj40n8sf2hjqkyqghnk7sw5l0plkqsp"; url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/hex-${version}.tbz"; hash = "sha256-LmfuyhsDBJMHowgxtc1pS8stPn8qa0+1l/vbZHNRtNw="; }; propagatedBuildInputs = [ bigarray-compat cstruct ]; propagatedBuildInputs = [ cstruct ]; doCheck = true; meta = { Loading