lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.letsencrypt: 0.5.0 -> 0.5.1

+2 -2
+2 -2
pkgs/development/ocaml-modules/letsencrypt/default.nix
··· 21 21 22 22 buildDunePackage rec { 23 23 pname = "letsencrypt"; 24 - version = "0.5.0"; 24 + version = "0.5.1"; 25 25 26 26 src = fetchurl { 27 27 url = "https://github.com/mmaker/ocaml-letsencrypt/releases/download/v${version}/letsencrypt-${version}.tbz"; 28 - hash = "sha256-XGroZiNyP0ItOMrXK07nrVqT4Yz9RKXYvZuRkDp089M="; 28 + hash = "sha256-uQOHpdyPg5kms+negxpQMxfhow6auZ0ipt5ksoXYo1w="; 29 29 }; 30 30 31 31 minimalOCamlVersion = "4.08";