Unverified Commit 0771b2cc authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

foundry: 1.0.0 -> 1.1.0 (#405791)

parents a29365a1 a2e79da7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@

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

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-vVRFS7o0zV+ek9ho+URks6peOryMpFCE1sDzN9g7uH0=";
  cargoHash = "sha256-v+7sykIVdrzBOkNVnpgUnCUG7SUf2UToq9P539UAOH4=";

  nativeBuildInputs = [
    pkg-config