ocaml-cmdliner: update from 0.9.6 to 0.9.7

wip/yesman
Vincent Laporte 9 years ago
parent 77f160e467
commit 5cd15f8cc0
  1. 4
      pkgs/development/ocaml-modules/cmdliner/default.nix

@ -2,7 +2,7 @@
let
pname = "cmdliner";
version = "0.9.6";
version = "0.9.7";
ocaml_version = (builtins.parseDrvName ocaml.name).version;
in
@ -14,7 +14,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz";
sha256 = "1i08yjkk5wln60bw9rrllh6ajjgq14cvzvcci8y1nk5v6ys7jr8p";
sha256 = "0ymzy1l6z85b6779lfxk179igfpf7rgfik70kr3c7lxmzwy8j6cw";
};
unpackCmd = "tar xjf $src";

Loading…
Cancel
Save