diff options
author | Matthias Beyer | 2024-04-30 09:28:09 +0200 |
---|---|---|
committer | GitHub | 2024-04-30 09:28:09 +0200 |
commit | 7050d0123a1cd64c1952cb6a82579e98d2ba6e65 (patch) | |
tree | 1639c26be022a374960210529be32bc2fc012c83 /pkgs | |
parent | fe9551d602b97994377a2205073278ef5912edd2 (diff) | |
parent | cca116c1701c3dcb0d34973049a08fb29ad872e7 (diff) |
Merge pull request #307925 from r-ryantm/auto-update/cargo-show-asm
cargo-show-asm: 0.2.32 -> 0.2.34
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/tools/rust/cargo-show-asm/default.nix | 6 |
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 bd08268d5928..736d546ff2aa 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.32"; + version = "0.2.34"; src = fetchCrate { inherit pname version; - hash = "sha256-4pMIL/wru9uE8Uyp/qvmo6IJxFcB0HLUHRSSV6DoI3g="; + hash = "sha256-+EzI17pnqO19A+KW1AsHtBpYZq1aENA03RkK03j31LI="; }; - cargoHash = "sha256-N1NZONY8y88diAbWn+UaSHGpd4r7naxFWVmCyJkL3tQ="; + cargoHash = "sha256-VIfT7cXrXBE9mfHpDCI3diSD9ToRPH6UUP7ZOWvumbU="; nativeBuildInputs = [ installShellFiles |