ocamlPackages.letsencrypt: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2024-04-22 03:55:28 +00:00
parent cbb7ae70a1
commit f576198e98
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@
buildDunePackage rec {
pname = "letsencrypt";
version = "0.5.0";
version = "0.5.1";
src = fetchurl {
url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-${version}.tbz";
hash = "sha256-XGroZiNyP0ItOMrXK07nrVqT4Yz9RKXYvZuRkDp089M=";
hash = "sha256-uQOHpdyPg5kms+negxpQMxfhow6auZ0ipt5ksoXYo1w=";
};
minimalOCamlVersion = "4.08";