Skip to content

Commit

Permalink
ocamlPackages.cmdliner: 1.0.0 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 8, 2017
1 parent 0082971 commit e93d92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/cmdliner/1.0.nix
Expand Up @@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";

stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
version = "1.0.0";
version = "1.0.2";

src = fetchurl {
url = "http://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz";
sha256 = "1ryn7qis0izg0wcal8zdlikzzl689l75y6f4zc6blrm93y5agy9x";
sha256 = "18jqphjiifljlh9jg8zpl6310p3iwyaqphdkmf89acyaix0s4kj1";
};

unpackCmd = "tar xjf $src";
Expand Down

0 comments on commit e93d92d

Please sign in to comment.