mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
surrealdb: 2.3.8 -> 2.3.10
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "surrealdb";
|
||||
version = "2.3.8";
|
||||
version = "2.3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "surrealdb";
|
||||
repo = "surrealdb";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-PiX08u2MsSLIujQg57P6ofTOHCmbZhjVUot0zrQGOKQ=";
|
||||
hash = "sha256-0j1AzdSbeIyyHtK7zFL1JWDat8cry0z+VD5toCX0RmY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-mS2/38pSPp6f3OXze+nYhFlcHGslCai6dPnPOQMWqxM=";
|
||||
cargoHash = "sha256-ep04Nt3pIQVnFPuauzuk0YMQGMJOqlT0rWFOEmBVkPY=";
|
||||
|
||||
# error: linker `aarch64-linux-gnu-gcc` not found
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user