Unverified Commit ebc74024 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

cargo-xwin: 0.17.4 -> 0.18.2 (#367806)

parents 13d652a9 44e771b4
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.17.4";
  version = "0.18.2";

  src = fetchFromGitHub {
    owner = "rust-cross";
    repo = "cargo-xwin";
    rev = "v${version}";
    hash = "sha256-lglCbrZhlNrBsHZUbUBNxT3QM5eNPYVvOLLTs993dXY=";
    hash = "sha256-bK0bEaJaPTXpwLeDCS4kwf4S0mLP6MrI8BxzOM9ha8M=";
  };

  cargoHash = "sha256-WG2yxE03tRUke1GJml34ej4MUoTqQT4IZQ9OTRqaZFc=";
  cargoHash = "sha256-bDnkSN3rt23j3EZRJdPLtYzltSvRGyYV+rlVAZPzjS4=";

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