Skip to content

Commit

Permalink
cargo-bolero: 0.11.2 -> 0.12.0 (#359954)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 8, 2024
2 parents e4df86a + c3e1446 commit b693631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-bolero/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit b693631

Please sign in to comment.