Merge pull request #305893 from r-ryantm/auto-update/ocamlPackages.letsencrypt

ocamlPackages.letsencrypt: 0.5.0 -> 0.5.1
This commit is contained in:
Pascal Wittmann 2024-04-22 13:22:19 +02:00 committed by GitHub
commit f5ebad1a80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";