Skip to content

Commit 27cf93c

Browse files
authored
surrealdb: 2.0.1 -> 2.0.2 (#344504)
2 parents 1f34534 + bde0450 commit 27cf93c

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 = "2.0.1";
19+
version = "2.0.2";
2020

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

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

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

0 commit comments

Comments
 (0)