about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-13 19:52:34 -0400
committerGitHub <noreply@github.com>2024-03-13 19:52:34 -0400
commit5b3d35749aaee2c3d36e687f82311f3e04fe12c7 (patch)
tree07ac1b082c5ff7d96a873b5ab7bcde0df5dbc577
parent0d8464cdea0f9fc65b53d50b8cb470599531ce51 (diff)
parentba7b04346910932bd3e72e16f05949025de1bc5a (diff)
downloadnixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.tar
nixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.tar.gz
nixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.tar.bz2
nixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.tar.lz
nixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.tar.xz
nixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.tar.zst
nixlib-5b3d35749aaee2c3d36e687f82311f3e04fe12c7.zip
Merge pull request #295490 from r-ryantm/auto-update/cargo-component
cargo-component: 0.9.1 -> 0.10.0
-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