Skip to content

Commit 9cb65c8

Browse files
authored
cargo-bolero: 0.12.0 -> 0.13.0 (#387965)
1 parent 21dd77a commit 9cb65c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-bolero/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "cargo-bolero";
13-
version = "0.12.0";
13+
version = "0.13.0";
1414

1515
src = fetchCrate {
1616
inherit pname version;
17-
hash = "sha256-ta0H6V7Zg/Jnu3973eYJXGwwQcqZnDTlsmWAHkQr2EA=";
17+
hash = "sha256-xmSPIHD9wZoABv+6LZK3SCdakavGchjcRxhZPmSNAaE=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-XndJm7nkOxY/4tJZIdv1HYxhsju667G1x8FSW1fb4BI=";
21+
cargoHash = "sha256-vh/EIMrpolwd/o0ihcjVlJy2XTp7JzlUkoZj0sCnQKg=";
2222

2323
buildInputs = [
2424
libbfd

0 commit comments

Comments
 (0)