Skip to content

Commit

Permalink
limbo: 0.0.10 -> 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 4, 2025
1 parent 92de48d commit 79949f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/limbo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "limbo";
version = "0.0.10";
version = "0.0.11";

src = fetchFromGitHub {
owner = "tursodatabase";
repo = "limbo";
tag = "v${version}";
hash = "sha256-RTX/CRfUKvMSZhULhZD+PcYcc+a1gxANMxm+GmNyb3M=";
hash = "sha256-bX56aiL7Eqa3jLd1u9h6u583q0S9VZfJ+cVPB+8R1eU=";
};

cargoHash = "sha256-BzVPaT7eGOQKRkZe2ZK4rWjHQ2WM7YVMo2siUhpGfOM=";
cargoHash = "sha256-GspyWOxwAQvjNzN0yZvj3WpADR3VUO0MjSKiq9wbLOw=";

cargoBuildFlags = [
"-p"
Expand Down

0 comments on commit 79949f1

Please sign in to comment.