about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 11:09:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-06 11:09:18 +0000
commit9121fa56b176c89065380fb78d24f16663f9c9b7 (patch)
tree22687d40771a51196d4159b06831d9896debba4e
parent338a8dc6c108e5cae1e2d24dc131bdef4f6e24c1 (diff)
downloadnixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.tar
nixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.tar.gz
nixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.tar.bz2
nixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.tar.lz
nixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.tar.xz
nixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.tar.zst
nixlib-9121fa56b176c89065380fb78d24f16663f9c9b7.zip
cargo-show-asm: 0.2.24 -> 0.2.25
-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 580e52f30094..b32080683949 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.24";
+  version = "0.2.25";
 
   src = fetchCrate {
     inherit pname version;
-    hash = "sha256-VRRuC/y1+oZoM0SKCaVTa1sK80dbrtyAxc2OFSxhI/Q=";
+    hash = "sha256-jIOJr0saR+k++bPlYsf9LzWCJEDC/DHb6KjRonhAImA=";
   };
 
-  cargoHash = "sha256-rytxXaJk7r+ktgxsUY+NxMOJdqnsvcyXRSswEriYH+c=";
+  cargoHash = "sha256-kp6bZQjmI4enJvxOX8L0c3ZlqohZn6uKYnjrrxd/Hjg=";
 
   nativeBuildInputs = [
     installShellFiles