ocamlPackages.x509: 1.0.4 -> 1.0.5 (#357469)

This commit is contained in:
Nick Cao 2024-11-20 08:22:58 -05:00 committed by GitHub
commit fd8a55c791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@ buildDunePackage rec {
minimalOCamlVersion = "4.08";
pname = "x509";
version = "1.0.4";
version = "1.0.5";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-x509/releases/download/v${version}/x509-${version}.tbz";
hash = "sha256-PgnTmD5TEZ1Aywv6mwfVldt9DFyd8G9fKsgqYlj15wI=";
hash = "sha256-77Cdu+UOUh6iqa80/PKMGTm7a+mVIlTc/VKUJwyaKRs=";
};
checkInputs = [ alcotest ];