File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
pkgs/by-name/oc/ocsp-server Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 66 openssl ,
77 perl ,
88 libmysqlclient ,
9+ sqlite ,
910 mariadb ,
1011 postgresql ,
1112 mbedtls ,
1516
1617rustPlatform . 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
You can’t perform that action at this time.
0 commit comments