Skip to content

Commit 7fd1748

Browse files
authored
surrealdb: 2.2.1 -> 2.2.2 (NixOS#397673)
2 parents 27d64ae + 18f0ad0 commit 7fd1748

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
@@ -13,17 +13,17 @@
1313
}:
1414
rustPlatform.buildRustPackage rec {
1515
pname = "surrealdb";
16-
version = "2.2.1";
16+
version = "2.2.2";
1717

1818
src = fetchFromGitHub {
1919
owner = "surrealdb";
2020
repo = "surrealdb";
2121
tag = "v${version}";
22-
hash = "sha256-MzVyzhZ9BNxavlyj3E1D9Mo2/o6Yue21FdhpT8ziXwE=";
22+
hash = "sha256-NUmv/Ue14xrmBCxOkVXvcPmOwAA8L6LLPRu5E5Zkxw0=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-Uza2Ujg8EKGJrzitch71qIevgUv+n3YCtkMLHIAgPr4=";
26+
cargoHash = "sha256-NkAove8RlLkNI1KnMfJPnoqUswJ22Z2FOcpl05lqpKM=";
2727

2828
# error: linker `aarch64-linux-gnu-gcc` not found
2929
postPatch = ''

0 commit comments

Comments
 (0)