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.
2 parents f17ff42 + ee8267f commit dd09972Copy full SHA for dd09972
pkgs/development/tools/rust/cargo-show-asm/default.nix
@@ -9,14 +9,14 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "cargo-show-asm";
12
- version = "0.2.28";
+ version = "0.2.29";
13
14
src = fetchCrate {
15
inherit pname version;
16
- hash = "sha256-DZKl3FRgBzrgKDl/eVOFRW2jZXT8ul+ZgZbBxZcmgss=";
+ hash = "sha256-9Q+BnzgoD95eKkMZrQF6+khbx5wqnER83PK3vbRrRv8=";
17
};
18
19
- cargoHash = "sha256-QaRqrd4wHuMfAYy/vqkwdoWB1BDGx0YyjvFNqjSOM2I=";
+ cargoHash = "sha256-cyFAilqpaO6TDtJUmweUHYEpWxUAhHDYgCUGSz5EBFU=";
20
21
nativeBuildInputs = [
22
installShellFiles
0 commit comments