summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-25 03:24:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-25 03:24:42 +0000
commit7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3 (patch)
tree01e3c0cd36cd8cfe70bb2e3548a531554defb22d /pkgs/development/ocaml-modules
parentcddf429ed8b0d1f831eb7d1ad25c5521c0106d16 (diff)
downloadnixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.tar
nixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.tar.gz
nixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.tar.bz2
nixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.tar.lz
nixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.tar.xz
nixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.tar.zst
nixpkgs-7d1ed7a7884ea27c44325d43f7b6fc09329cf2d3.zip
ocamlPackages.cmdliner: 1.1.1 -> 1.2.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/cmdliner/1_1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cmdliner/1_1.nix b/pkgs/development/ocaml-modules/cmdliner/1_1.nix
index 9e7f6db6e69..735496aa459 100644
--- a/pkgs/development/ocaml-modules/cmdliner/1_1.nix
+++ b/pkgs/development/ocaml-modules/cmdliner/1_1.nix
@@ -5,11 +5,11 @@ lib.throwIfNot (lib.versionAtLeast ocaml.version "4.08")
 
 stdenv.mkDerivation rec {
   pname = "cmdliner";
-  version = "1.1.1";
+  version = "1.2.0";
 
   src = fetchurl {
     url = "https://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz";
-    sha256 = "sha256-oa6Hw6eZQO+NHdWfdED3dtHckm4BmEbdMiAuRkYntfs=";
+    sha256 = "sha256-r+0QWJAoOU/W9k6XscYX4r5w3m017kfgQjXaMandAHg=";
   };
 
   nativeBuildInputs = [ ocaml ];