ocsp-server: 0.4.1 -> 0.6.0
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
openssl,
|
||||
perl,
|
||||
libmysqlclient,
|
||||
sqlite,
|
||||
mariadb,
|
||||
postgresql,
|
||||
mbedtls,
|
||||
@@ -15,26 +16,33 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "ocsp-server";
|
||||
version = "0.4.1";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "DorianCoding";
|
||||
repo = "OCSP-server";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-xYZ2NM+U7ZW5xDKVUhT+s66i/d7zaDLBbSbr6TDOG0o=";
|
||||
hash = "sha256-QaPE1mbOI6+D2pPfhpMA8LmWXKqkOoLLBQSVxdlNkoY=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-RFrm2dtjJ2VvOg8ee54ps8MuWgsV0kd9rhpzOFTem2k=";
|
||||
cargoHash = "sha256-qaDnMbAQA5c8Nim28HAN9QB1cxfBRaFAy8xh41Iekds=";
|
||||
|
||||
checkFlags = [
|
||||
# Requires database access
|
||||
"--skip=test::checkconfig"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
perl
|
||||
libmysqlclient
|
||||
sqlite
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
sqlite
|
||||
mariadb
|
||||
postgresql
|
||||
mbedtls
|
||||
|
||||
Reference in New Issue
Block a user