ocaml-cmdliner: update from 0.9.6 to 0.9.7

This commit is contained in:
Vincent Laporte 2015-02-11 17:51:17 +01:00
parent 77f160e467
commit 5cd15f8cc0
1 changed files with 2 additions and 2 deletions

View File

@ -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";