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 1f34534 + bde0450 commit 27cf93cCopy full SHA for 27cf93c
pkgs/by-name/su/surrealdb/package.nix
@@ -16,16 +16,16 @@ let
16
in
17
rustPlatform.buildRustPackage rec {
18
pname = "surrealdb";
19
- version = "2.0.1";
+ version = "2.0.2";
20
21
src = fetchFromGitHub {
22
owner = "surrealdb";
23
repo = "surrealdb";
24
rev = "v${version}";
25
- hash = "sha256-JFkTD/MGvak8EuDEABGH1xLykSNj4rtnnENAruls6W8=";
+ hash = "sha256-kTTZx/IXXJrkC0qm4Nx0hYPbricNjwFshCq0aFYCTo0=";
26
};
27
28
- cargoHash = "sha256-N/4VHvBA9ij+VLPxJ+1237fnOHGoC6guZ62CYrwfHM4=";
+ cargoHash = "sha256-K62RqJqYyuAPwm8zLIiASH7kbw6raXS6ZzINMevWav0=";
29
30
# error: linker `aarch64-linux-gnu-gcc` not found
31
postPatch = ''
0 commit comments