mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ocamlPackages.backoff: 0.1.0 -> 0.1.1
This commit is contained in:
parent
28635028aa
commit
8c78ce46de
@ -2,11 +2,11 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "backoff";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ocaml-multicore/backoff/releases/download/${version}/backoff-${version}.tbz";
|
||||
hash = "sha256-EaSseCKekNE03gaNiqh5Y11r8TF9XulR9AZboPWMIwA=";
|
||||
hash = "sha256-AL6jEbInsbwKVYedpNzjix/YRHtOTizxk6aVNzesnwM=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
@ -20,5 +20,5 @@ buildDunePackage rec {
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
};
|
||||
|
||||
minimalOCamlVersion = "4.13";
|
||||
minimalOCamlVersion = "4.12";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user