about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-component
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-26 12:06:49 +0000
committerMatthias Beyer <mail@beyermatthias.de>2024-02-23 16:34:23 +0100
commit85016efc2b36fb296a2098bb57ba373ea6306342 (patch)
treef8d9dc4dca09a35973bb30554868729367eea82b /pkgs/development/tools/rust/cargo-component
parentb78013363d703c533834276c3135d8a0b95f7e79 (diff)
cargo-component: 0.6.0 -> 0.7.0
(cherry picked from commit 80c7cef1c70a3d2fe2dc98652a1b0d2639bfe58d)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development/tools/rust/cargo-component')
-rw-r--r--pkgs/development/tools/rust/cargo-component/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-component/default.nix b/pkgs/development/tools/rust/cargo-component/default.nix
index e55599ff99783..3543f5d10fb45 100644
--- a/pkgs/development/tools/rust/cargo-component/default.nix
+++ b/pkgs/development/tools/rust/cargo-component/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-component";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = "cargo-component";
     rev = "v${version}";
-    hash = "sha256-x5srXt9xTBkBNfG9r7GsDKVSbxJCKU3Y6HoBLvAHyi0=";
+    hash = "sha256-xOHu7sm06Phe2hc2oev1Am2VlhiSBaeH52aSiFBxuqw=";
   };
 
-  cargoHash = "sha256-/ZzcsC89U+SfyZaANX1rbytVlQ88p4g+HKRd6JerpQc=";
+  cargoHash = "sha256-5xencr+HxUBvCwn8rZr1tONUs6S24swE2hlT8jx8t/k=";
 
   nativeBuildInputs = [
     pkg-config