We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dd77a commit 9cb65c8Copy full SHA for 9cb65c8
pkgs/by-name/ca/cargo-bolero/package.nix
@@ -10,15 +10,15 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "cargo-bolero";
13
- version = "0.12.0";
+ version = "0.13.0";
14
15
src = fetchCrate {
16
inherit pname version;
17
- hash = "sha256-ta0H6V7Zg/Jnu3973eYJXGwwQcqZnDTlsmWAHkQr2EA=";
+ hash = "sha256-xmSPIHD9wZoABv+6LZK3SCdakavGchjcRxhZPmSNAaE=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-XndJm7nkOxY/4tJZIdv1HYxhsju667G1x8FSW1fb4BI=";
+ cargoHash = "sha256-vh/EIMrpolwd/o0ihcjVlJy2XTp7JzlUkoZj0sCnQKg=";
22
23
buildInputs = [
24
libbfd
0 commit comments