ocamlPackages.ssl: 0.5.9 -> 0.5.10

This commit is contained in:
Antonio Nuno Monteiro
2021-02-03 11:45:18 -08:00
committed by Vincent Laporte
parent be00513f41
commit 9afb001819
2 changed files with 9 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ buildDunePackage rec {
version = "1.1.3";
minimumOCamlVersion = "4.02";
useDune2 = true;
src = fetchzip {
url = "https://github.com/aantron/${pname}/archive/${version}.tar.gz";