We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 763b7d0 + 617b668 commit 25b6a05Copy full SHA for 25b6a05
pkgs/by-name/su/surrealdb/package.nix
@@ -16,16 +16,16 @@ let
16
in
17
rustPlatform.buildRustPackage rec {
18
pname = "surrealdb";
19
- version = "1.5.5";
+ version = "2.0.1";
20
21
src = fetchFromGitHub {
22
owner = "surrealdb";
23
repo = "surrealdb";
24
rev = "v${version}";
25
- hash = "sha256-C2ppLbNv68qpl2bcqWp/PszcCeGCsD0LbEdAM9P1asg=";
+ hash = "sha256-JFkTD/MGvak8EuDEABGH1xLykSNj4rtnnENAruls6W8=";
26
};
27
28
- cargoHash = "sha256-gLepa9JxY9AYyGepV6Uzt1g7apkKWJxf0SiNCSkjUDg=";
+ cargoHash = "sha256-N/4VHvBA9ij+VLPxJ+1237fnOHGoC6guZ62CYrwfHM4=";
29
30
# error: linker `aarch64-linux-gnu-gcc` not found
31
postPatch = ''
0 commit comments