limbo: 0.0.10 -> 0.0.11 (#370868)

Co-authored-by: nartsisss <nartsiss@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-04 15:02:43 +00:00
committed by GitHub
co-authored by nartsisss
+3 -3
View File
@@ -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"