cargo-xwin: 0.20.1 -> 0.20.2
This commit is contained in:
@@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-xwin";
|
pname = "cargo-xwin";
|
||||||
version = "0.20.1";
|
version = "0.20.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rust-cross";
|
owner = "rust-cross";
|
||||||
repo = "cargo-xwin";
|
repo = "cargo-xwin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-RfXX6LZrxQmWtjnMVIpCj9KVn5fnvQRGgEeH+gTR0Vk=";
|
hash = "sha256-M7OO2yO5BvNTqJLI50g25M5aupdOxmlZ3eealmP51Kc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-0N2JLENHG6QUcEtw237Oe/fwdgo87DVJ+Gx6wtpP9BU=";
|
cargoHash = "sha256-DwQGmdSzEjzqfsvqczAMJfi9gJjK2b9FAGmMi7rGKuw=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cross compile Cargo project to Windows MSVC target with ease";
|
description = "Cross compile Cargo project to Windows MSVC target with ease";
|
||||||
|
|||||||
Reference in New Issue
Block a user