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

cargo-xwin: 0.18.3 -> 0.18.4 (#373640)

parents 58de13b9 8b0e43bd
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.18.3";
  version = "0.18.4";

  src = fetchFromGitHub {
    owner = "rust-cross";
    repo = "cargo-xwin";
    rev = "v${version}";
    hash = "sha256-JwN0eUtj2qa5Hdl4aeDr9FtEpTB/Y36/q8ValfuvN/A=";
    hash = "sha256-bzyEIBOa0yqjAYjWGw4Fbb8Cv3yCCfJ4vV0q600Rwyk=";
  };

  cargoHash = "sha256-pHy5sImtaN5MzkewygFbPK1yFLRmHrzPDa7NOoUoA5M=";
  cargoHash = "sha256-uAQD1SUo8W5TtnZyprOFGztpOqvjPEDddA6CBPUN74g=";

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