tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.x509: 1.0.5 -> 1.0.6
R. Ryantm
11 months ago
bca2adeb
5de293c7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
x509
default.nix
+2
-2
pkgs/development/ocaml-modules/x509/default.nix
···
21
21
minimalOCamlVersion = "4.08";
22
22
23
23
pname = "x509";
24
24
-
version = "1.0.5";
24
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
28
-
hash = "sha256-77Cdu+UOUh6iqa80/PKMGTm7a+mVIlTc/VKUJwyaKRs=";
28
28
+
hash = "sha256-/IFq4sZei0L6YNkKUHshQEleKNCVrTeyfkwmiuPADWw=";
29
29
};
30
30
31
31
checkInputs = [ alcotest ];