Commit 18f0ad0b authored by R. RyanTM's avatar R. RyanTM
Browse files

surrealdb: 2.2.1 -> 2.2.2

parent c4328615
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "surrealdb";
  version = "2.2.1";
  version = "2.2.2";

  src = fetchFromGitHub {
    owner = "surrealdb";
    repo = "surrealdb";
    tag = "v${version}";
    hash = "sha256-MzVyzhZ9BNxavlyj3E1D9Mo2/o6Yue21FdhpT8ziXwE=";
    hash = "sha256-NUmv/Ue14xrmBCxOkVXvcPmOwAA8L6LLPRu5E5Zkxw0=";
  };

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

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