cargo-bazel: 0.8.0 -> 0.17.0

This commit is contained in:
kashw2
2026-01-31 12:48:38 +10:00
parent 2b44723955
commit 658b0e2eca
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bazel";
version = "0.8.0";
version = "0.17.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-FS1WFlK0YNq1QCi3S3f5tMN+Bdcfx2dxhDKRLXLcios=";
hash = "sha256-KWcxZxzDbiBfBpr37M6HoqHMCYXq6sTVxU9KR3PIiJc=";
};
buildInputs = lib.optional stdenv.hostPlatform.isDarwin libz;
cargoHash = "sha256-E/yF42Vx9tv8Ik1j23El3+fI19ZGzq6nikVMATY7m3E=";
cargoHash = "sha256-wNsGggyKL6CyldPsNADwGKm3HGfxQwjCCOdgzWcAx4g=";
# `test_data` is explicitly excluded from the package published to crates.io, so tests cannot be run
doCheck = false;