Skip to content

Commit 8007935

Browse files
authored
ocsp-server: 0.4.1 -> 0.6.0 (#416092)
2 parents 54cbe36 + 510b526 commit 8007935

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pkgs/by-name/oc/ocsp-server/package.nix

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
openssl,
77
perl,
88
libmysqlclient,
9+
sqlite,
910
mariadb,
1011
postgresql,
1112
mbedtls,
@@ -15,26 +16,33 @@
1516

1617
rustPlatform.buildRustPackage (finalAttrs: {
1718
pname = "ocsp-server";
18-
version = "0.4.1";
19+
version = "0.6.0";
1920

2021
src = fetchFromGitHub {
2122
owner = "DorianCoding";
2223
repo = "OCSP-server";
2324
tag = "v${finalAttrs.version}";
24-
hash = "sha256-xYZ2NM+U7ZW5xDKVUhT+s66i/d7zaDLBbSbr6TDOG0o=";
25+
hash = "sha256-QaPE1mbOI6+D2pPfhpMA8LmWXKqkOoLLBQSVxdlNkoY=";
2526
};
2627

2728
useFetchCargoVendor = true;
28-
cargoHash = "sha256-RFrm2dtjJ2VvOg8ee54ps8MuWgsV0kd9rhpzOFTem2k=";
29+
cargoHash = "sha256-qaDnMbAQA5c8Nim28HAN9QB1cxfBRaFAy8xh41Iekds=";
30+
31+
checkFlags = [
32+
# Requires database access
33+
"--skip=test::checkconfig"
34+
];
2935

3036
nativeBuildInputs = [
3137
pkg-config
3238
perl
3339
libmysqlclient
40+
sqlite
3441
];
3542

3643
buildInputs = [
3744
openssl
45+
sqlite
3846
mariadb
3947
postgresql
4048
mbedtls

0 commit comments

Comments
 (0)