Unverified Commit 795a271b authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

foundry: 0.3.0 -> 1.0.0 (#382051)

parents 2b1992d9 c9dfe44a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@

rustPlatform.buildRustPackage rec {
  pname = "foundry";
  version = "0.3.0";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "foundry-rs";
    repo = "foundry";
    tag = "v${version}";
    hash = "sha256-SdxcNbe8/dNZ4JcxKksWmDBAvQorpC8ePvQgnyeKgxU=";
    hash = "sha256-YTsneUj5OPw7EyKZMFLJJeAtZoD0je1DdmfMjVju4L8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-5URvuHnpaceRbMqzTA+NRvpp/WLdf+zfmYhIMPiOhNk=";
  cargoHash = "sha256-vVRFS7o0zV+ek9ho+URks6peOryMpFCE1sDzN9g7uH0=";

  nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ darwin.DarwinTools ];