Merge pull request #165077 from r-ryantm/auto-update/ocaml4.13.1-duration

authored by

Sandro and committed by
GitHub
fc83defa d8896448

+2 -2
+2 -2
pkgs/development/ocaml-modules/duration/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "duration"; 5 - version = "0.1.3"; 5 + version = "0.2.0"; 6 6 7 7 useDune2 = true; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/hannesm/duration/releases/download/${version}/duration-${version}.tbz"; 11 - sha256 = "0m9r0ayhpl98g9vdxrbjdcllns274jilic5v8xj1x7dphw21p95h"; 11 + sha256 = "sha256-rRT7daWm9z//fvFyEXiSXuVVzw8jsj46sykYS8DBzmk="; 12 12 }; 13 13 14 14 doCheck = lib.versionAtLeast ocaml.version "4.05";