surrealdb: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-01-08 19:08:50 +00:00
parent 08008e2e9c
commit 1bef3d2757
+3 -3
View File
@@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "surrealdb";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "surrealdb";
repo = "surrealdb";
tag = "v${finalAttrs.version}";
hash = "sha256-I9TVV+gSn/VCId0Ar3Yn9NWLw6GPOJvwPi8RIedIQ0U=";
hash = "sha256-woItGD998p8EWerkrWESqGON0HQp7Vrbl/kiQi+IT7g=";
};
cargoHash = "sha256-aZb2+6Xnn7gq4Lwo411yBfOFlo3YabkdewYNJ2TGbzo=";
cargoHash = "sha256-RbmhhJ+bJcCM8h2mkc2dK2Xlm+izESXwvbNvxuVC7vg=";
# error: linker `aarch64-linux-gnu-gcc` not found
postPatch = ''