Merge pull request #279142 from r-ryantm/auto-update/cargo-show-asm

cargo-show-asm: 0.2.24 -> 0.2.25

authored by Nick Cao and committed by GitHub 0947f9d4 ccdc225a

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-show-asm/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "cargo-show-asm"; 12 - version = "0.2.24"; 13 14 src = fetchCrate { 15 inherit pname version; 16 - hash = "sha256-VRRuC/y1+oZoM0SKCaVTa1sK80dbrtyAxc2OFSxhI/Q="; 17 }; 18 19 - cargoHash = "sha256-rytxXaJk7r+ktgxsUY+NxMOJdqnsvcyXRSswEriYH+c="; 20 21 nativeBuildInputs = [ 22 installShellFiles
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "cargo-show-asm"; 12 + version = "0.2.25"; 13 14 src = fetchCrate { 15 inherit pname version; 16 + hash = "sha256-jIOJr0saR+k++bPlYsf9LzWCJEDC/DHb6KjRonhAImA="; 17 }; 18 19 + cargoHash = "sha256-kp6bZQjmI4enJvxOX8L0c3ZlqohZn6uKYnjrrxd/Hjg="; 20 21 nativeBuildInputs = [ 22 installShellFiles