Skip to content

Commit f3569bc

Browse files
committed
surrealdb: 2.3.0 -> 2.3.1
1 parent cc4eb12 commit f3569bc

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
@@ -11,17 +11,17 @@
1111
}:
1212
rustPlatform.buildRustPackage rec {
1313
pname = "surrealdb";
14-
version = "2.3.0";
14+
version = "2.3.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "surrealdb";
1818
repo = "surrealdb";
1919
tag = "v${version}";
20-
hash = "sha256-7/R3iYAkpCyAiHGp4EyvWU4kIO//5+0LUpO92KmQ9uE=";
20+
hash = "sha256-cseTLVs3LXksajOq9TULUbofwG/kp29sgulZ83QUXYk=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-zG1BdGyvGL7qEPg+a6fAP3Yn1X0lc6+wDpOqObmL7PQ=";
24+
cargoHash = "sha256-y5hzOGTJeOZ1JjJNsxo80KL1DnWL87DU1M1yxiOkeb0=";
2525

2626
# error: linker `aarch64-linux-gnu-gcc` not found
2727
postPatch = ''

0 commit comments

Comments
 (0)