surrealdb: fix build

This commit is contained in:
Gutyina Gergő 2024-08-28 12:44:49 +02:00
parent d0e1602ddd
commit a6296a5e5e
No known key found for this signature in database

View File

@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-KtR+qU2Xys4NkEARZBbO8mTPa7EI9JplWvXdtuLt2vE=";
};
patches = [
./time.patch # TODO: remove when https://github.com/surrealdb/surrealdb/pull/4565 merged
cargoPatches = [
./time.patch # TODO: remove when https://github.com/surrealdb/surrealdb/pull/4565 merged
];
cargoHash = "sha256-5qIIPdE6HYov5EIR4do+pMeZ1Lo3at39aKOP9scfMy8=";