From 5cd15f8cc0685784ef94dbde953774efa325c681 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 11 Feb 2015 17:51:17 +0100 Subject: [PATCH] ocaml-cmdliner: update from 0.9.6 to 0.9.7 --- pkgs/development/ocaml-modules/cmdliner/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/cmdliner/default.nix b/pkgs/development/ocaml-modules/cmdliner/default.nix index 546d2aaa522..e90e7c4571c 100644 --- a/pkgs/development/ocaml-modules/cmdliner/default.nix +++ b/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";