about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-13 01:31:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-13 01:31:22 +0000
commitba7b04346910932bd3e72e16f05949025de1bc5a (patch)
treec343d953d8550d72416cf034df1f87d0151c8b39 /pkgs
parent6e04aef752f3f2f2c5609cc61ee4548461491847 (diff)
downloadnixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.tar
nixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.tar.gz
nixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.tar.bz2
nixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.tar.lz
nixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.tar.xz
nixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.tar.zst
nixlib-ba7b04346910932bd3e72e16f05949025de1bc5a.zip
cargo-component: 0.9.1 -> 0.10.0
Diffstat (limited to 'pkgs')
-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 88cecd3e0043..a146011bdaad 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.9.1";
+  version = "0.10.0";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = "cargo-component";
     rev = "v${version}";
-    hash = "sha256-hST3mQqL+RNG/R/ewNjtk9KNTbjD5GwKPmx++Tv/LkE=";
+    hash = "sha256-tNCR9bQp/6Gw+Ser4TEJ60sp8uHStmFVJjQA0wRFWtU=";
   };
 
-  cargoHash = "sha256-JoVwaqtSoaHH4h2ViqDYD4XDUtiH9jsHhCUAxPdsIps=";
+  cargoHash = "sha256-37bjpI8iB3xg1aWCNBaU+XQkP5qsl7DIRqRwrJfeQLY=";
 
   nativeBuildInputs = [
     pkg-config