ocamlPackages.x509: 0.16.0 → 0.16.2

authored by

Vincent Laporte and committed by
Vincent Laporte
4329682c 39490a5f

+2 -2
+2 -2
pkgs/development/ocaml-modules/x509/default.nix
··· 8 8 minimalOCamlVersion = "4.08"; 9 9 10 10 pname = "x509"; 11 - version = "0.16.0"; 11 + version = "0.16.2"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz"; 15 - sha256 = "sha256:159mhfwsiv08sj0zk7s3k813f0mc9vpziwpf6j9r32y3nizp59k7"; 15 + sha256 = "sha256-Zf/ZZjUAkeWe04XLmqMKgbxN/qe/Z1mpKM82veXVf2I="; 16 16 }; 17 17 18 18 checkInputs = [ alcotest cstruct-unix ];