Unverified Commit 89e14665 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #281383 from happysalada/update_surrealdb

surrealdb: 1.0.2 -> 1.1.1
parents eb1f9f15 479ea66d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
  pname = "surrealdb";
  version = "1.0.2";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "surrealdb";
    repo = "surrealdb";
    rev = "v${version}";
    hash = "sha256-/+GAnACNzGxMDSO1BGc9dA13hZnNKDia0KBlyujEe04=";
    hash = "sha256-3xH0trwTs2Cr07/PtA4K808PUwaT6WmrIr2+11L7t6A=";
  };

  cargoHash = "sha256-9wvgj00GAWRP9sWOgugelizB6xbPNs0h13bGGxWtA+s=";
  cargoHash = "sha256-dNn2HMZ7c/q/EhfMUHqWV79+3gMA9URqEozdEixkV/0=";

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