Unverified Commit 5179c7fb authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #331407 from r-ryantm/auto-update/cargo-component

cargo-component: 0.14.0 -> 0.15.0
parents 2607166f b1e27a86
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-component";
  version = "0.14.0";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = "cargo-component";
    rev = "v${version}";
    hash = "sha256-+fCK+PnZHjXWMfk2g2d4ecVPM3l+tAnbrNAOSNogpko=";
    hash = "sha256-jdGNZg/LXOoudxVhJbFeWEC9L3s0HW1S4nhfsGR4mEI=";
  };

  cargoHash = "sha256-8B/xpwxeJgNWfvTAQ4kXdvLK8amVNJeeDFBeJZNWbH0=";
  cargoHash = "sha256-YW++YcpQM1Al7qD+KoVJitfK41i59sLjb3edBge1cvA=";

  nativeBuildInputs = [
    pkg-config