cargo-show-asm: 0.2.45 -> 0.2.46

This commit is contained in:
R. Ryantm
2025-01-19 22:03:47 +00:00
parent 4b5b5d19d2
commit 7534c163b5
+3 -3
View File
@@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
version = "0.2.45";
version = "0.2.46";
src = fetchCrate {
inherit pname version;
hash = "sha256-0EH5/ENDKtRK7a3Vq3W6Z/X5ZvrLQWRBxsDv4lABWZI=";
hash = "sha256-MiODtrEE/arK5SiSs/YuFWBkSQkSUrPqUZcjFd+HNbg=";
};
cargoHash = "sha256-q+ipoYtoIWKw11gIS7pV2TYSbyOTZ95YrV53tXqzT5A=";
cargoHash = "sha256-VUqANn4ykAYB4+7h3lHY2UvqduHJPd3P29wsxLpPXFg=";
nativeBuildInputs = [
installShellFiles