summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-19 07:40:17 +0200
committerGitHub <noreply@github.com>2024-04-19 07:40:17 +0200
commite86e51d897a30a7b87db9e9d244320c469edf99c (patch)
treef66ca60fe22ab5bb231ed52c636be4de0dd58755
parent58e21d2e50007e52f25c5a4ddb79ec1222d1456e (diff)
parent3e45f8c0e6615d64cf0ae24bf8db6ac8032d6551 (diff)
Merge pull request #305114 from r-ryantm/auto-update/cargo-show-asm
cargo-show-asm: 0.2.31 -> 0.2.32
-rw-r--r--pkgs/development/tools/rust/cargo-show-asm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-show-asm/default.nix b/pkgs/development/tools/rust/cargo-show-asm/default.nix
index 1e313595358f..bd08268d5928 100644
--- a/pkgs/development/tools/rust/cargo-show-asm/default.nix
+++ b/pkgs/development/tools/rust/cargo-show-asm/default.nix
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-show-asm";
- version = "0.2.31";
+ version = "0.2.32";
src = fetchCrate {
inherit pname version;
- hash = "sha256-TjkEzqGFqhVKMmZEcwAoDnHOZWi7+wha228loJjLxgQ=";
+ hash = "sha256-4pMIL/wru9uE8Uyp/qvmo6IJxFcB0HLUHRSSV6DoI3g=";
};
- cargoHash = "sha256-oUfBpx/hElXMw58Dj09JeG2FKy+biFt+4pb4pYNidxc=";
+ cargoHash = "sha256-N1NZONY8y88diAbWn+UaSHGpd4r7naxFWVmCyJkL3tQ=";
nativeBuildInputs = [
installShellFiles