Skip to content

Commit 25b6a05

Browse files
authored
surrealdb: 1.5.5 -> 2.0.1 (#342696)
2 parents 763b7d0 + 617b668 commit 25b6a05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

28-
cargoHash = "sha256-gLepa9JxY9AYyGepV6Uzt1g7apkKWJxf0SiNCSkjUDg=";
28+
cargoHash = "sha256-N/4VHvBA9ij+VLPxJ+1237fnOHGoC6guZ62CYrwfHM4=";
2929

3030
# error: linker `aarch64-linux-gnu-gcc` not found
3131
postPatch = ''

0 commit comments

Comments
 (0)