cargo-bolero: 0.11.2 -> 0.12.0 (#359954)

This commit is contained in:
Wolfgang Walther 2024-12-08 18:55:32 +01:00 committed by GitHub
commit b693631e7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-bolero";
version = "0.11.2";
version = "0.12.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-Xcu91CbIDBLSojWQJjvdFWJiqjMteAxF105lemCAipk=";
hash = "sha256-ta0H6V7Zg/Jnu3973eYJXGwwQcqZnDTlsmWAHkQr2EA=";
};
cargoHash = "sha256-QLtf42Il+XHWeaUdh8jNNWU1sXaVe82sYOKiHLoXw2M=";
cargoHash = "sha256-5F72vjEu0qrE3fYPbiw/UFUUnAZcEBcuhDkuqqCBbrM=";
buildInputs = [ libbfd libopcodes libunwind ];