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

cargo-xwin: 0.19.2 -> 0.20.0 (#450441)

parents 7d6b56c3 741435a7
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.19.2";
  version = "0.20.0";

  src = fetchFromGitHub {
    owner = "rust-cross";
    repo = "cargo-xwin";
    rev = "v${version}";
    hash = "sha256-qWHpExVt/a20GrP2uVvGbubF+Nr71Ob6abGLcnlpKJc=";
    hash = "sha256-R9CdgsBuyPYOFG4aW59JjxvNkc6IXXjsHR7359wcNGk=";
  };

  cargoHash = "sha256-HctMp95J8ovYuvh7m5wxrNt+ZCVCzwPSSm71Ma1cVxI=";
  cargoHash = "sha256-0oe7zh7fZv2P88DBtTirmW7HvLP0jgJ5Je88IL4v+l8=";

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