Skip to content

Commit

Permalink
surrealdb: 1.5.5 -> 2.0.1 (NixOS#342696)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Sep 18, 2024
2 parents 763b7d0 + 617b668 commit 25b6a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/su/surrealdb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "surrealdb";
version = "1.5.5";
version = "2.0.1";

src = fetchFromGitHub {
owner = "surrealdb";
repo = "surrealdb";
rev = "v${version}";
hash = "sha256-C2ppLbNv68qpl2bcqWp/PszcCeGCsD0LbEdAM9P1asg=";
hash = "sha256-JFkTD/MGvak8EuDEABGH1xLykSNj4rtnnENAruls6W8=";
};

cargoHash = "sha256-gLepa9JxY9AYyGepV6Uzt1g7apkKWJxf0SiNCSkjUDg=";
cargoHash = "sha256-N/4VHvBA9ij+VLPxJ+1237fnOHGoC6guZ62CYrwfHM4=";

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

0 comments on commit 25b6a05

Please sign in to comment.