cargo-bolero: 0.12.0 -> 0.13.0 (#387965)

This commit is contained in:
R. RyanTM
2025-03-07 18:49:15 +01:00
committed by GitHub
parent 21dd77ac62
commit 9cb65c88b8
+3 -3
View File
@@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bolero";
version = "0.12.0";
version = "0.13.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-ta0H6V7Zg/Jnu3973eYJXGwwQcqZnDTlsmWAHkQr2EA=";
hash = "sha256-xmSPIHD9wZoABv+6LZK3SCdakavGchjcRxhZPmSNAaE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-XndJm7nkOxY/4tJZIdv1HYxhsju667G1x8FSW1fb4BI=";
cargoHash = "sha256-vh/EIMrpolwd/o0ihcjVlJy2XTp7JzlUkoZj0sCnQKg=";
buildInputs = [
libbfd