about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 12:06:02 +0200
committerGitHub <noreply@github.com>2022-03-27 12:06:02 +0200
commitfc83defa8cc956b4c83984554899c3208d7cafc9 (patch)
tree9712e76916e7007dec945f65d38eeb30211523c6 /pkgs
parentd88964489fcc05b15846940e2f3c7ff7ba14c069 (diff)
parent56d2144d032c0eb2d0793f0131b9cb775ad5e3e0 (diff)
downloadnixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.tar
nixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.tar.gz
nixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.tar.bz2
nixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.tar.lz
nixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.tar.xz
nixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.tar.zst
nixlib-fc83defa8cc956b4c83984554899c3208d7cafc9.zip
Merge pull request #165077 from r-ryantm/auto-update/ocaml4.13.1-duration
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/duration/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/duration/default.nix b/pkgs/development/ocaml-modules/duration/default.nix
index a547a919c31d..ccddecf28988 100644
--- a/pkgs/development/ocaml-modules/duration/default.nix
+++ b/pkgs/development/ocaml-modules/duration/default.nix
@@ -2,13 +2,13 @@
 
 buildDunePackage rec {
   pname = "duration";
-  version = "0.1.3";
+  version = "0.2.0";
 
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/hannesm/duration/releases/download/${version}/duration-${version}.tbz";
-    sha256 = "0m9r0ayhpl98g9vdxrbjdcllns274jilic5v8xj1x7dphw21p95h";
+    sha256 = "sha256-rRT7daWm9z//fvFyEXiSXuVVzw8jsj46sykYS8DBzmk=";
   };
 
   doCheck = lib.versionAtLeast ocaml.version "4.05";