about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-02 18:01:04 +0000
committerGitHub <noreply@github.com>2024-03-02 18:01:04 +0000
commit81198fd201490328f3b08118a964edbe858195bb (patch)
tree6a41ae94ea13e4748ce5477d5dfcd9a2316f5bca /pkgs/development/tools
parentc15db11bbf7f8597d7ec9f35aea4c7dea05f5b6c (diff)
parent9c8cdfde17d675c9bb3975d0a0bca26bdbbe6683 (diff)
downloadnixlib-81198fd201490328f3b08118a964edbe858195bb.tar
nixlib-81198fd201490328f3b08118a964edbe858195bb.tar.gz
nixlib-81198fd201490328f3b08118a964edbe858195bb.tar.bz2
nixlib-81198fd201490328f3b08118a964edbe858195bb.tar.lz
nixlib-81198fd201490328f3b08118a964edbe858195bb.tar.xz
nixlib-81198fd201490328f3b08118a964edbe858195bb.tar.zst
nixlib-81198fd201490328f3b08118a964edbe858195bb.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools')
-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 97c4fbd9a792..2e875938754c 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.8.0";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = "cargo-component";
     rev = "v${version}";
-    hash = "sha256-MYJxwJuiBbZQzCpFoJ/iKv6ShkCYJIMu+QQEURHRBAU=";
+    hash = "sha256-zJ3fV6GOYcbLvOjZKrSOxGPc8GSQGridInvOZFruXks=";
   };
 
-  cargoHash = "sha256-qh6/e4ya0+ZPYIJRYe87F65tWO3ZllZpIw9B5jE+YbU=";
+  cargoHash = "sha256-ixk9ui/vS6DynCTF086JBFEw/JC8jpixvUkwIi5Hr0A=";
 
   nativeBuildInputs = [
     pkg-config