ocamlPackages.findlib: 1.8.1 -> 1.9.1

launchpad/nixpkgs/master
R. RyanTM 3 years ago committed by github-actions[bot]
parent 6a0b9d6992
commit 274fc0f668
  1. 4
      pkgs/development/tools/ocaml/findlib/default.nix

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ocaml-findlib";
version = "1.8.1";
version = "1.9.1";
src = fetchurl {
url = "http://download.camlcity.org/download/findlib-${version}.tar.gz";
sha256 = "00s3sfb02pnjmkax25pcnljcnhcggiliccfz69a72ic7gsjwz1cf";
sha256 = "sha256-K0K4vVRIjWTEvzy3BUtLN70wwdwSvUMeoeTXrYqYD+I=";
};
buildInputs = [m4 ncurses ocaml];

Loading…
Cancel
Save