Unverified Commit d37cfaa3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cargo-xwin: 0.20.1 -> 0.20.2 (#458498)

parents c5501119 04a1492d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-xwin";
  version = "0.20.1";
  version = "0.20.2";

  src = fetchFromGitHub {
    owner = "rust-cross";
    repo = "cargo-xwin";
    rev = "v${version}";
    hash = "sha256-RfXX6LZrxQmWtjnMVIpCj9KVn5fnvQRGgEeH+gTR0Vk=";
    hash = "sha256-M7OO2yO5BvNTqJLI50g25M5aupdOxmlZ3eealmP51Kc=";
  };

  cargoHash = "sha256-0N2JLENHG6QUcEtw237Oe/fwdgo87DVJ+Gx6wtpP9BU=";
  cargoHash = "sha256-DwQGmdSzEjzqfsvqczAMJfi9gJjK2b9FAGmMi7rGKuw=";

  meta = with lib; {
    description = "Cross compile Cargo project to Windows MSVC target with ease";