mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #305893 from r-ryantm/auto-update/ocamlPackages.letsencrypt
ocamlPackages.letsencrypt: 0.5.0 -> 0.5.1
This commit is contained in:
commit
f5ebad1a80
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user