mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
Merge pull request #165077 from r-ryantm/auto-update/ocaml4.13.1-duration
This commit is contained in:
commit
fc83defa8c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "duration";
|
pname = "duration";
|
||||||
version = "0.1.3";
|
version = "0.2.0";
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/hannesm/duration/releases/download/${version}/duration-${version}.tbz";
|
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";
|
doCheck = lib.versionAtLeast ocaml.version "4.05";
|
||||||
|
Loading…
Reference in New Issue
Block a user