cargo-bolero: 0.13.0 -> 0.13.1 (#394519)

This commit is contained in:
R. RyanTM
2025-03-30 14:45:48 +02:00
committed by GitHub
parent 5ddd25df50
commit 97e6665ed0
+3 -3
View File
@@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bolero";
version = "0.13.0";
version = "0.13.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-xmSPIHD9wZoABv+6LZK3SCdakavGchjcRxhZPmSNAaE=";
hash = "sha256-73TjQYkSng93tryaZpBtwq3MdVYZC8enEibx6yTdEKw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-vh/EIMrpolwd/o0ihcjVlJy2XTp7JzlUkoZj0sCnQKg=";
cargoHash = "sha256-0T7KyTQ5kJ4mv5lLxYeo7hxLjSkrmjfenrNV+7GL1hM=";
buildInputs = [
libbfd