Skip to content

Commit

Permalink
cargo-component: 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2024
1 parent 5af80ac commit 80c7cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-component/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-component";
version = "0.6.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "cargo-component";
rev = "v${version}";
hash = "sha256-x5srXt9xTBkBNfG9r7GsDKVSbxJCKU3Y6HoBLvAHyi0=";
hash = "sha256-xOHu7sm06Phe2hc2oev1Am2VlhiSBaeH52aSiFBxuqw=";
};

cargoHash = "sha256-/ZzcsC89U+SfyZaANX1rbytVlQ88p4g+HKRd6JerpQc=";
cargoHash = "sha256-5xencr+HxUBvCwn8rZr1tONUs6S24swE2hlT8jx8t/k=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 80c7cef

Please sign in to comment.