Merge pull request #263890 from figsoda/component

cargo-component: 0.3.0 -> 0.4.0

authored by

Mario Rodas and committed by
GitHub
fc5b697b 849599db

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-component/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "cargo-component"; 12 - version = "0.3.0"; 12 + version = "0.4.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "bytecodealliance"; 16 16 repo = "cargo-component"; 17 17 rev = "v${version}"; 18 - hash = "sha256-zXpV5BkZTcvrDNt0rj1IvIuCQuxJW3tDr3h0PaBMMcg="; 18 + hash = "sha256-XJKychPpBYMzFlW9jUPaBWuNAlcbqUQwxy+cMW2Ivyg="; 19 19 }; 20 20 21 - cargoHash = "sha256-nUtE7Uk0Gf+zQBlbnBPWstMonnJYBJZKb+ML9doYOFo="; 21 + cargoHash = "sha256-cEmbXitYGztfBS5M9uczgmFPKRktP4skFETx8SJah2A="; 22 22 23 23 nativeBuildInputs = [ 24 24 pkg-config