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 7f50d4b + f3569bc commit 18190efCopy full SHA for 18190ef
pkgs/by-name/su/surrealdb/package.nix
@@ -11,17 +11,17 @@
11
}:
12
rustPlatform.buildRustPackage rec {
13
pname = "surrealdb";
14
- version = "2.3.0";
+ version = "2.3.1";
15
16
src = fetchFromGitHub {
17
owner = "surrealdb";
18
repo = "surrealdb";
19
tag = "v${version}";
20
- hash = "sha256-7/R3iYAkpCyAiHGp4EyvWU4kIO//5+0LUpO92KmQ9uE=";
+ hash = "sha256-cseTLVs3LXksajOq9TULUbofwG/kp29sgulZ83QUXYk=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-zG1BdGyvGL7qEPg+a6fAP3Yn1X0lc6+wDpOqObmL7PQ=";
+ cargoHash = "sha256-y5hzOGTJeOZ1JjJNsxo80KL1DnWL87DU1M1yxiOkeb0=";
25
26
# error: linker `aarch64-linux-gnu-gcc` not found
27
postPatch = ''
0 commit comments