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 27d64ae + 18f0ad0 commit 7fd1748Copy full SHA for 7fd1748
pkgs/by-name/su/surrealdb/package.nix
@@ -13,17 +13,17 @@
13
}:
14
rustPlatform.buildRustPackage rec {
15
pname = "surrealdb";
16
- version = "2.2.1";
+ version = "2.2.2";
17
18
src = fetchFromGitHub {
19
owner = "surrealdb";
20
repo = "surrealdb";
21
tag = "v${version}";
22
- hash = "sha256-MzVyzhZ9BNxavlyj3E1D9Mo2/o6Yue21FdhpT8ziXwE=";
+ hash = "sha256-NUmv/Ue14xrmBCxOkVXvcPmOwAA8L6LLPRu5E5Zkxw0=";
23
};
24
25
useFetchCargoVendor = true;
26
- cargoHash = "sha256-Uza2Ujg8EKGJrzitch71qIevgUv+n3YCtkMLHIAgPr4=";
+ cargoHash = "sha256-NkAove8RlLkNI1KnMfJPnoqUswJ22Z2FOcpl05lqpKM=";
27
28
# error: linker `aarch64-linux-gnu-gcc` not found
29
postPatch = ''
0 commit comments