Skip to content

Commit

Permalink
Update OpenROAD (#202)
Browse files Browse the repository at this point in the history
* Update OpenROAD to `bdc8e94`
  • Loading branch information
kareefardi authored Oct 9, 2023
1 parent 5d512d8 commit 687331d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/openroad.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ with pkgs; let
});
in clangStdenv.mkDerivation rec {
name = "openroad";
rev = "0a6d0fd469bc674417036342994520ee2e0a2727";
rev = "bdc8e944cd08ba8edebeca19fa531bd026690330";

src = fetchFromGitHub {
owner = "The-OpenROAD-Project";
repo = "OpenROAD";
inherit rev;
sha256 = "sha256-2wXgAVQmYusdXUXV4tiNaekLX7RtV0a3P5f2mj42rNk=";
sha256 = "sha256-Gsz+rv2yFWAHoicjpuNO4UbEkBhzQCNDvPgtojZ642Q=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -89,4 +89,4 @@ in clangStdenv.mkDerivation rec {
bison
libsForQt5.wrapQtAppsHook
];
}
}

0 comments on commit 687331d

Please sign in to comment.