cargo-bolero: 0.13.2 -> 0.13.3 (#405869)

This commit is contained in:
R. RyanTM 2025-05-11 01:20:19 +10:00 committed by GitHub
parent a5a186b1aa
commit 88eae73897
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bolero";
version = "0.13.2";
version = "0.13.3";
src = fetchCrate {
inherit pname version;
hash = "sha256-X8C4bNGjJx1VxE5X7ntIsbpMPKHVLU1HSQb7vRdivdg=";
hash = "sha256-xU7a5xEFSrFsQ1K5DIYgACuf+34QeCvGmWvlSSwI03I=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-z1JxoJ4D9GRDsD08kn0WZgaqgTmdL57MgwQ+vFghIpY=";
cargoHash = "sha256-FMpM42D3h42NfDzH+EVs6NB2RVehFNFAYTMvzRQVt/s=";
buildInputs = [
libbfd