cargo-xwin: 0.18.4 -> 0.18.5 (#413432)

This commit is contained in:
Nick Cao 2025-06-03 17:03:43 -04:00 committed by GitHub
commit 5024fba3fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-xwin";
version = "0.18.4";
version = "0.18.5";
src = fetchFromGitHub {
owner = "rust-cross";
repo = "cargo-xwin";
rev = "v${version}";
hash = "sha256-bzyEIBOa0yqjAYjWGw4Fbb8Cv3yCCfJ4vV0q600Rwyk=";
hash = "sha256-P4X7k0r29vEjsVHGOD/rFpltUF2PJHETVyazJ6c8UhQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-8V5F0uhuJlc2uJtebQoHJT/qRZPCT2gXjwpRFbzUezk=";
cargoHash = "sha256-Oq3IfaywAZPrh4oom2ejPQRTM2BsgEzfaifaLAQzvbw=";
meta = with lib; {
description = "Cross compile Cargo project to Windows MSVC target with ease";