Skip to content

Commit a198580

Browse files
authored
surrealdb: 1.5.4 -> 1.5.5 (#341444)
2 parents 7a0c4ec + 142d833 commit a198580

File tree

2 files changed

+3
-35
lines changed

2 files changed

+3
-35
lines changed

pkgs/by-name/su/surrealdb/package.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,16 @@ let
1616
in
1717
rustPlatform.buildRustPackage rec {
1818
pname = "surrealdb";
19-
version = "1.5.4";
19+
version = "1.5.5";
2020

2121
src = fetchFromGitHub {
2222
owner = "surrealdb";
2323
repo = "surrealdb";
2424
rev = "v${version}";
25-
hash = "sha256-KtR+qU2Xys4NkEARZBbO8mTPa7EI9JplWvXdtuLt2vE=";
25+
hash = "sha256-C2ppLbNv68qpl2bcqWp/PszcCeGCsD0LbEdAM9P1asg=";
2626
};
2727

28-
cargoPatches = [
29-
./time.patch # TODO: remove when https://github.com/surrealdb/surrealdb/pull/4565 merged
30-
];
31-
32-
cargoHash = "sha256-5qIIPdE6HYov5EIR4do+pMeZ1Lo3at39aKOP9scfMy8=";
28+
cargoHash = "sha256-gLepa9JxY9AYyGepV6Uzt1g7apkKWJxf0SiNCSkjUDg=";
3329

3430
# error: linker `aarch64-linux-gnu-gcc` not found
3531
postPatch = ''

pkgs/by-name/su/surrealdb/time.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)