Unverified Commit 89d5efb5 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

foundry: 1.1.0 -> 1.2.0 (#409235)

parents bd4c9f30 469a34b8
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.1.0";
  version = "1.2.0";

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-v+7sykIVdrzBOkNVnpgUnCUG7SUf2UToq9P539UAOH4=";
  cargoHash = "sha256-spB89RmR6+9L+zo2YOl7fBxcmRdLUELXr8OmUt3waO4=";

  nativeBuildInputs = [
    pkg-config