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

cargo-xwin: 0.21.3 -> 0.21.4 (#486523)

parents ae4b12b0 ad21d415
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.21.3";
  version = "0.21.4";

  src = fetchFromGitHub {
    owner = "rust-cross";
    repo = "cargo-xwin";
    rev = "v${version}";
    hash = "sha256-WsB+vAWcenZ5px5YdI7JqDXCoOTsk42T0EyqYQMLttQ=";
    hash = "sha256-mgFMjNxjB4S9/nou6S8NN8ZpXX7K49lLArt/cXcSPIE=";
  };

  cargoHash = "sha256-nbbIj0x5tVavzLR9Z0v+lFQEFrQvyNdAQVtmDGtoMYY=";
  cargoHash = "sha256-Md2pk8kYqUDPzRQedbne4Crg5UbGHHE5OTRz4LXLs3E=";

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