Skip to content

Commit

Permalink
ocamlPackages.uunf: 11.0.0 → 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Feb 14, 2020
1 parent 92176bc commit e57fdf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/uunf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01";

stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
version = "11.0.0";
version = "12.0.0";

src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
sha256 = "1j0v3dg19sq13fmbx4kzy3n1hjiv7hkm1ysxyrdva430jvqw23df";
sha256 = "031fxixp37hjv45mib87wxm865k82903w72x60hp6v36k7jn34a4";
};

buildInputs = [ ocaml findlib ocamlbuild topkg uutf cmdliner ];
Expand Down

0 comments on commit e57fdf5

Please sign in to comment.