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

cargo-swift: 0.8.0 -> 0.9.0 (#399575)

parents bda6bc97 7e8c478e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-swift";
  version = "0.8.0";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "antoniusnaumann";
    repo = "cargo-swift";
    rev = "v${version}";
    hash = "sha256-T8cIZJwnA3bFMIEezMrh5LRXV1SRCAVLanQm7rmc0sU=";
    hash = "sha256-D6s25pOMdVZXBtBce/KEvqwn/9owrmxDOev3E59qrQ8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Zl5y2pHQIcLU5EDtmxsAv+/0n4DZ/qXwN4Prmm8Nd34=";
  cargoHash = "sha256-pypBvfVW7m9dAvrc9ftrBOJ/wC+xLUuhGr7g7DVdZDI=";

  meta = with lib; {
    description = "Cargo plugin to easily build Swift packages from Rust code";