Skip to content

Commit dd09972

Browse files
Merge pull request #283625 from r-ryantm/auto-update/cargo-show-asm
cargo-show-asm: 0.2.28 -> 0.2.29
2 parents f17ff42 + ee8267f commit dd09972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/rust/cargo-show-asm/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "cargo-show-asm";
12-
version = "0.2.28";
12+
version = "0.2.29";
1313

1414
src = fetchCrate {
1515
inherit pname version;
16-
hash = "sha256-DZKl3FRgBzrgKDl/eVOFRW2jZXT8ul+ZgZbBxZcmgss=";
16+
hash = "sha256-9Q+BnzgoD95eKkMZrQF6+khbx5wqnER83PK3vbRrRv8=";
1717
};
1818

19-
cargoHash = "sha256-QaRqrd4wHuMfAYy/vqkwdoWB1BDGx0YyjvFNqjSOM2I=";
19+
cargoHash = "sha256-cyFAilqpaO6TDtJUmweUHYEpWxUAhHDYgCUGSz5EBFU=";
2020

2121
nativeBuildInputs = [
2222
installShellFiles

0 commit comments

Comments
 (0)