lol

ocamlPackages.x509: 1.0.5 -> 1.0.6

R. Ryantm bca2adeb 5de293c7

+2 -2
+2 -2
pkgs/development/ocaml-modules/x509/default.nix
··· 21 21 minimalOCamlVersion = "4.08"; 22 22 23 23 pname = "x509"; 24 - version = "1.0.5"; 24 + version = "1.0.6"; 25 25 26 26 src = fetchurl { 27 27 url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz"; 28 - hash = "sha256-77Cdu+UOUh6iqa80/PKMGTm7a+mVIlTc/VKUJwyaKRs="; 28 + hash = "sha256-/IFq4sZei0L6YNkKUHshQEleKNCVrTeyfkwmiuPADWw="; 29 29 }; 30 30 31 31 checkInputs = [ alcotest ];