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-04-16 00:29:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-16 00:29:30 +0000
commit89a5fd745a77c7325043d1e7789f94e100b9cc8d (patch)
tree89471718e1147672a52e3006a9e63d254a4ad165 /pkgs/development/tools/rust/cargo-component
parent1df062db9ee137c22376f5fd73f46dfc4a025241 (diff)
cargo-component: 0.10.1 -> 0.11.0
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 2fb1cfa5244ae..7a791f75936e9 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.10.1";
+  version = "0.11.0";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = "cargo-component";
     rev = "v${version}";
-    hash = "sha256-1mq6tH3jFzyzQ0nsen9r08RrXMn16O7gOz7GS3nr10I=";
+    hash = "sha256-XUzXqzgAIZKWNpfyBvkYX/g1R8JcIJlVTUb2N4zL96w=";
   };
 
-  cargoHash = "sha256-BtdMsJqAU9Y1QntUBymlYLJdfx9aP7hf/Za8G8D6w54=";
+  cargoHash = "sha256-U2ocN9UENms0KZQuEu75jmxphyNGz5OYCLrh6vhvKiI=";
 
   nativeBuildInputs = [
     pkg-config