cargo-component: 0.20.0 -> 0.21.1 (#394863)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-04 18:33:26 +02:00 committed by GitHub
commit e1ad0e880f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-component";
version = "0.20.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "cargo-component";
rev = "v${version}";
hash = "sha256-pW3hhcsMzKSWmUX8HwAtZCB+v9B4qXw6WUGODhPtW+Q=";
hash = "sha256-Tlx14q/2k/0jZZ1nECX7zF/xNTeMCZg/fN+fhRM4uhc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Vnef3ApklZtN417dXhA+YWcsAeSTDSt6wA+7SjBKHm0=";
cargoHash = "sha256-ZwxVhoqAzkaIgcH9GMR+IGkJ6IOQVtmt0qcDjdix6cU=";
nativeBuildInputs = [
pkg-config